-
Notifications
You must be signed in to change notification settings - Fork 310
Description
Is your feature request related to a problem? Please describe.
It is possible to set differently coloured tags, but colour alone is often not intuitive enough.
Especially when one is using many different colour tags it soon gets complicated and many users won't remember the colour specific relevance. E.g. setting different priority levels is hardly possible.
Describe the solution you'd like
Enhance visual tag identification by allowing the user to add an optional char that is displayed inside the tag. E.g.: A-Z, a-z, 0-9, !?$+-, ...
Describe alternatives you've considered
If the tag size was dynamic, there could even be multiple chars or the whole tag name used in this.
E.g.: todo, !2, it, 42, ?
Instead of setting a separate char, a user set checkbox per tag ("show tag description permanently") could simplify the process.
Additional context
If considered in #414 it would provide a more granular sorting option, e.g. by different priority levels (1-...) in red tags or whatever char and colour is used.
The char colour needs to be automatically adjusted depending on the background colour.
This way #421 could be realized indirectly.