You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Build](#development) the project (or [download](https://github.com/intersystems-ru/iknow-entity-browser/releases) a demo), then open `index.html` file.
15
15
16
-
+ Click and drag on empty space to move around nodes.
16
+
+ Click and drag on empty space to move around.
17
17
+ Click and drag on a node to move the node.
18
18
+ 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.
20
20
+ CTRL-click and drag on empty space to select a bunch of nodes.
21
21
+ Scroll down or up to scale.
22
22
+ Click on menu button to open a table containing information about selected nodes.
23
23
+ 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.
24
28
25
29
Development
26
30
-----------
@@ -41,7 +45,8 @@ gulp
41
45
42
46
Then, open `build/static/index.html` file.
43
47
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
0 commit comments