-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f864b5e
commit 52a73b5
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
# WikiMap | ||
An intelligent tool for mind mapping ideas using Wikipedia data | ||
An intelligent tool for mind mapping ideas using Wikipedia data. A clean design with a simple interface to map out your ideas complete with useful hints for new ideas. | ||
|
||
## Controls | ||
|
||
- **Left click** Select nodes / pan the screen | ||
- **Right click + Drag** Box select | ||
- **X** Delete the current selection (leaf nodes only) | ||
- **Space** Add an empty child from selection to mouse position | ||
|
||
Node suggestions in the edit box can also be double-clicked to add them to the currently selected node. | ||
|
||
### Development | ||
|
||
#### TODO | ||
|
||
Suggestions: | ||
- ... | ||
|
||
|