neo4j-labs / arrows.app

A graph drawing application
https://arrows.app
Apache License 2.0
106 stars 16 forks source link

Tab based editing/progressing #73

Open jexp opened 1 year ago

jexp commented 1 year ago

I often use arrows to take notes when reading or listening. like a mindmap but as a graph

it would be cool to not be forced to switch between mouse and keyboard

so when im on a node editing a caption Pressing tab would finish that and create a new outgoing rel going into reltype editing mode Pressing tab there gets me onto the (new) end node into caption editing mode. Same when i have a single node or rel selected.

Much like in mindmap tools just as a graph. Left/right arrow keys could be used to navigate back and forth along a relationship and from a node. and up/down arrows could navigate along sibling relationships/nodes.

akollegger commented 1 year ago

Great suggestion! It would be lovely to have a comprehensive set of key-bindings for navigation and editing.

-ABK