-
-
Notifications
You must be signed in to change notification settings - Fork 478
Open
Labels
Description
Is your feature request related to a problem? Please describe.
When i create a note that belongs to a tag, This note doesnt inherit the parent tags
- tag1
- tag2
- new note --> only has tag2, but not tag1
If a note has all the nested parent tags, it makes it easier for me to search through all the notes when i have selected only the parent tag.
How to replicate the issue
- Create a tag called tag1
- Under tag1 create a new tag, called tag2
- In tag2 create a note
- The note will have only tag2 on it
Expected behavior
The created note should have all the tags that belong to the nested hierarchy. If we go with the above example, the created note should have both tag1 and tag2
Describe alternatives you've considered
Alternatives involve to make a custom plugin New Note button , but I am not sure how complicated that is, and if the application supports that
Reactions are currently unavailable