Replies: 7 comments 13 replies
This comment has been hidden.
This comment has been hidden.
-
I think the feature is really necessary, support this idea! |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
I agree that by creating a new table to store complex tag or folder relationships, user-defined smart filters can also be converted into such tag relationship entries. When querying, first generate query conditions based on tag or folder relationships, and then use these query conditions to query the database. This can preserve the atomicity of storage in the database. In fact, this is equivalent to abandoning the original concept of folders. Folders are regarded as a special label. The so-called nested relationship between folders and labels becomes an AND logic between labels. I'm not sure whether we should embody this concept in the UI from a user experience perspective. For example, we can simply remove the concept of folders. |
Beta Was this translation helpful? Give feedback.
-
@fkcptlst So now I understand your design:
Pls correct me if I'm wrong. |
Beta Was this translation helpful? Give feedback.
-
Hi, the discussion is quite long. Let me explain what I think of the usage and design of nested tag. I found a good reason of using nested tag in Evernote,
This is a good and clear explaination of nested tag which is used to organize tags. Considering this, we are ready to think about This can be done by define a UUID for each tag. Tag has the property of The good point of this design is that when the user add a tag In this concept, the Flat Mode does not make sense as the conflict in tag name. The nested tag becomes first cityzen. We can still show all papers that have |
Beta Was this translation helpful? Give feedback.
-
I've implemented the nested folders and even smartfilters #360. The code has been merged into the Thanks again for your constructive comments. Now I'm closing this discussion. |
Beta Was this translation helpful? Give feedback.
-
Obsidian supports nested tags using
#inbox/to-read
. Nested tags can replace folders to show hierarchy relationship.Beta Was this translation helpful? Give feedback.
All reactions