Hello

I was thinking about the mechanism to add tags to a tiddler during edition. 
The list of available tags is currently displayed with this filter:

<$list filter="[!is[shadow]tags[]search{$:/temp/NewTagName}sort[title]]">

Which works but... Why do I need to see tags that are already on the 
current tiddler? I think is a good idea to change to 


<$list 
filter="[!is[shadow]tags[]search{$:/temp/NewTagName}sort[title]]-[is[current]tags[]]">


This way you will only see the remaining tags that are not added to the 
current tiddler. Exactly what you want when you are taggin.

I would do this myself on GitHub but I'm not sure how without forking the 
whole project.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to