View related tags view for the selecttags component
Opened this issue · 0 comments
nurpax commented
Selecttags tag selector should be somewhat smart to show "related tags" when the user toggles tags on and off. For example, if a note is tagged with "home, cooking" and the user enables "home", it'd be good to show "cooking" on the related tags.
The idea is that this is the primary discovery method for quickly looking up notes & todos. This as opposed to some sort of foldering scheme.
This may potentially do slow DB queries, so it's probably a good idea to implement a lot of this as some type of a cache in the snap server. Initial implementation can be slow though.