Dendron-like hierarchy navigation #13
theianjones
started this conversation in
Ideas
Replies: 1 comment 5 replies
|
This is something I've been thinking as well, and I think we can add something more.
For implementing this I would say So I think this should be easy to implement. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In dendron, you can run commands to navigate your hierarch. So you have some notes like this:
You could run a command to navigate to
siblingsin the hierarchy. In this case, back and forth betweenlang.clojure.func.organdlang.clojure.operators.org.Then there would be a command to navigate to the parent hierarchy. If you were viewing
lang.clojure.func.orgyou could run the command and navigate up tolang.clojure.org.Lastly, a command to navigate to the children, this could filter the current hierarchies children for selection in a mini buffer.
What do you think?
All reactions