Skip to content

Commit 1f8c736

Browse files
Readme update
1 parent d92961a commit 1f8c736

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,26 @@ A visualizer of iKnow entities.
55
Preview
66
-------
77

8-
![Screenshot](https://cloud.githubusercontent.com/assets/4989256/20866693/9b244248-ba3b-11e6-907d-6779e90002b8.png)
8+
![Screenshot](https://cloud.githubusercontent.com/assets/4989256/21582657/3bb1944c-d06a-11e6-8dc5-e7e637cc5e84.png)
99
![Screenshot](https://cloud.githubusercontent.com/assets/4989256/20610106/becaeac6-b29d-11e6-987b-670998ac048e.png)
1010

1111
Usage
1212
-----
1313

1414
[Build](#development) the project (or [download](https://github.com/intersystems-ru/iknow-entity-browser/releases) a demo), then open `index.html` file.
1515

16-
+ Click and drag on empty space to move around nodes.
16+
+ Click and drag on empty space to move around.
1717
+ Click and drag on a node to move the node.
1818
+ Single-click a node to select it.
19-
+ CTRL-click nodes to select many of them.
19+
+ Shift-click nodes to select nodes and their children.
2020
+ CTRL-click and drag on empty space to select a bunch of nodes.
2121
+ Scroll down or up to scale.
2222
+ Click on menu button to open a table containing information about selected nodes.
2323
+ Click on export button to save the table as a file.
24+
+ Undo/Redo any node operations such as deleting or expanding.
25+
+ Unlink node children by clicking unlink button when nodes selected.
26+
+ Delete selected nodes by clicking delete button.
27+
+ Reset the selection with reset selection button.
2428

2529
Development
2630
-----------
@@ -41,7 +45,8 @@ gulp
4145

4246
Then, open `build/static/index.html` file.
4347

44-
To install test REST client, run the following:
48+
To install the REST client, change the constants in the `import.bat` file and then run the
49+
following:
4550

4651
```bash
4752
import

0 commit comments

Comments
 (0)