I wrote a thing about how filter expressions can be represented as logic statements that may help you but I don't have the link on this computer. The quick answer is that you can use this:
<$list filter='[tag[TableOfContents]]'> <$list filter='[is[current]tags[]]-[[TableOfContents]]' emptyMessage="""<<currentTiddler>>"""> <span/> </$list> </$list> to test it put it in a tiddler on tiddlywiki.com and look at the list, then add another tag to HelloThere and it will be removed from the list. You can change the emptyMessage to whatever you want to display for each tiddler. If you want more than one tag to be tested for you just make the first filter something like [tag[a]tag[b]] and add -[[a]]-[[b]] to the second filter. There is almost certainly an easier way to do whatever it is you are trying to do. -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/b42623f9-40c1-426c-b250-83ff2c7834a7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

