Use case or problem
Let’s say I have a very large number of tagged notes and I want structure the tags hierarchically. Currently, I have to modify every instance of the tags individually.
For instance, if I have two tags tag1 and tag 2 and I want to see the hierarchical structure tag1/tag2 in the tag pane, I have to modify every existing instance of tag2 into tag1/tag2. Otherwise, I see both tag2 and tag1/tag2 in the tag pane, they’re treated as two distinct entities.
Proposed solution
Add an option to create the hierarchical tag structure once.
Something like tag1//tag2 could create an implicit hierarchical relationship between the tag entities which would automatically apply to all instances of those tags.
This way, I’d just have to create a single note for the entire hierarchical tag structure.
With the implicit relationship established, tagging a note with tag2 would be equivalent with tag1/tag2, without having to explicitly write it. This would also reduce visual clutter.