Skip to content

[FEATURE] Allow created notes to inherit parent tags #3440

@redsigma

Description

@redsigma

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

  1. Create a tag called tag1
  2. Under tag1 create a new tag, called tag2
  3. In tag2 create a note
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions