Hi, all. I will include here some thoughts since I have played a bit with tags in Joplin.
- Tags should always be visible in Joplin (see this). However, in the center panel (note titles), I would suggest an extra line for tags, like todoist does, with smaller font.
- Tags could be searchable, maybe with a
tags:
prefix. More later. - Searchable tags could accept special characters (@, _, &, etc)
- Tags could be part of the meta-data of the notes
- Saved searches could be a really good mechanism involving tags
- Suggestion of tag operations:
-
tags:tag1,tag2,tag3
: presents results for notes with all those tags at same time -
tags:tag1,+tag2,+tag3
: presents results for all notes with one of the tags -
tags:tag1,-tag2,tag3
: presents all notes with tag1 AND tag3, except to the ones tagged also with tag2. -
tags:tag1,-tag2,+tag3
: presents all notes with tag1 OR tag3, except to the ones tagged also with tag2.
-
- Tags with special chars could make use of delimiters if needed, e.g.
tags:"this tag"
ortags:"-that"
- Exact matches are mandatory for tags search.
tags:"this is"
andtags:"this is not"
should not return fuzzy results