-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
For example,
* One
** Two
*** Three
** Four
can be display as
- One
- One -> Two
- One -> Two -> Three
- One -> Four
in helm. Use a keybinding of M-p maybe (for path)
The rationale is to make search based of the path to a node easier (I find that I am tagging children with their parent's name to work around this).
The rationale for not doing this by default is that:
- It is really verbose
- The verbosity can not play well with fuzzy searches
The toggling should retain the current search
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels