Use case or problem
Nested Tags creates a structure. Now each of element is shown as a separate tag. It’s not help to discover connections based on them.
Eg.
#TAGROOT
#TAGROOT/LEVEL1a
#TAGROOT/LEVEL1a/SUBLEVEL1a
#TAGROOT/LEVEL1a/SUBLEVEL1b
#TAGROOT/LEVEL1a/SUBLEVEL1c
#TAGROOT/LEVEL1b
#TAGROOT/LEVEL1b/SUBLEVEL1a
#TAGROOT/LEVEL1b/SUBLEVEL1b
#TAGROOT/LEVEL1a/SUBLEVEL1c
Proposed solution
I would like to have a view where a root of nested tag is connected with his childrens and each child with another one.
#TAGROOT -> LEVEL1a -> SUBLEVEL1a
-> SUBLEVEL1b
-> SUBLEVEL1c
-> LEVEL1b -> SUBLEVEL1a
-> SUBLEVEL1b
-> SUBLEVEL1c
Additionally it would be fantastic to be able to fold/unfild each level of tags and show connection to selected level.
e.g.
I would like to see all notes connected to a root nested tag:
#TAGROOT -> connected to all notes where it is used
I would like to see all notes connected to a first level of nested tag:
#TAGROOT -> LEVEL1a
-> LEVEL1b
Current workaround (optional)
no
Related feature requests (optional)
no