> I'd like to list the tiddlers tagged with 'a' and not with 'b'. > According to TW Help (http://twhelp.tiddlyspot.com/) it should be > possible to write : > > <<list filter "[tag[a]] [!tag[b]]">>. > > But it does not produce the right ouptput for me.
The TW core filter syntax can be somewhat cryptic. If you install http://www.TiddlyTools.com/#MatchTagsPlugin you can use the more familiar *Boolean expression* syntax within the filter, like this: <<list filter "[tag[a and not b]">> or <<list filter "[tag[a && !b]">> enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios ---------- Was this answer useful? If so, please help support TiddlyTools: TiddlyTools direct contributions: (paypal) http://www.TiddlyTools.com/#Donate UnaMesa tax-deductible contributions: http://about.unamesa.org/Participate (paypal) TiddlyWiki consulting: http://www.TiddlyTools.com/#ELSDesignStudios http://www.TiddlyTools.com/#Contact -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

