Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaeverywhere committed Jan 1, 2017
1 parent d92961a commit 1f8c736
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,26 @@ A visualizer of iKnow entities.
Preview
-------

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

Usage
-----

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

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

Development
-----------
Expand All @@ -41,7 +45,8 @@ gulp

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

To install test REST client, run the following:
To install the REST client, change the constants in the `import.bat` file and then run the
following:

```bash
import
Expand Down

0 comments on commit 1f8c736

Please sign in to comment.