I am currently using a viewtemplate to display a list (filtered using a 
specific tag plus a few other operators) of tiddlers with their respective 
tags.
I'm using the listWidget inside my main listWidget to display the tags of 
each Tiddler.

<$list filter="[tag[filterTagNotToDisplay]otherOperators]">
* <$list filter="[is[current]tags[]]">{{||$:/core/ui/TagTemplate}}</$list> 

The issue (well not exactly a real issue since it's working perfectly fine) 
is all tags are displayed, even the one used in the main filter (which is 
somewhat pointless to display it since I'm interested in only having all 
the other tags).
I could very well let it as it is, but I was curious to know if there was a 
way to filter out an element from a list (the list here being tags) ?

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ab17614e-3711-4e91-9a73-552fad0abd05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to