-
-
Notifications
You must be signed in to change notification settings - Fork 461
[Feature Request]: Per-tag category display options #1335
Copy link
Copy link
Labels
Priority: HighAn important issue requiring attentionAn important issue requiring attentionTagStudio: TagsRelating to the TagStudio tag systemRelating to the TagStudio tag systemType: EnhancementNew feature or requestNew feature or requestType: UI/UXUser interface and/or user experienceUser interface and/or user experience
Milestone
Metadata
Metadata
Assignees
Labels
Priority: HighAn important issue requiring attentionAn important issue requiring attentionTagStudio: TagsRelating to the TagStudio tag systemRelating to the TagStudio tag systemType: EnhancementNew feature or requestNew feature or requestType: UI/UXUser interface and/or user experienceUser interface and/or user experience
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
Status
🚧 In progress
Checklist
Description
Partially mentioned in #983
as well as in the roadmap as
Fine-tuned exclusion from categoriesCurrently, if a Tag inherits multiple categories from its parents, it will be displayed in all of them.
For Example
flowchart TD; A[Franchise] --> B[Super Mario Bros.]; B -- Disambiguation --> C["Toad (Super Mario Bros.)"] Character --> Cresults in

while what was intended was probably more like

Solution
As stated in the Roadmap, there should be a per-tag option in which of the possible categories it should be displayed.
This could later on be combined with the option to show implied tags mentioned in #215 and #983 to quickly and easily add a lot of tags to an entry.
Alternatives
Add an option to show only tags that were explicitly added to an entry. This would solve the use case in my example, but be overall less flexible.