Good feedback, thanks!
The shortcuts TAB and SHIFT+TAB make total sense (Why didn't I think of this?). Will push an update tomorrow with those features added.
HN user
Good feedback, thanks!
The shortcuts TAB and SHIFT+TAB make total sense (Why didn't I think of this?). Will push an update tomorrow with those features added.
Thank you very much!
Saving maps online, sharing and collaboration is definitely something I'd like to add in the future.
But if I want to keep the offline editing capability (and I really do) these features are not trivial to implement. Synchronization and conflict resolution hell awaits...
Hum, I have never used a magic mouse. Can you explain what the problem is?
Thanks!
For ID generation, take a look at the source: https://github.com/drichard/mindmaps/blob/master/src/js/Util...
You can press INS to create a new node. Basically, most actions are accessible via the keyboard. Just hover over the toolbar buttons, the hint text contains the shortcut.
edit: As pointed out there are no INS keys on macbooks. Will change this to TAB key ASAP.