I meant a more complex condition, like this: a) Return all tiddlers tagged with the current tiddler, except those tagged with "Archive". BUT, If the current tiddler is tagged "Archive", return all tiddlers it is tagging, archived or not.
b) Return all tiddlers tagged with the current tiddler, except those tagged with "Archive". BUT, If the current tiddler is tagged "Archive", return only tiddlers it is tagging that are also archived. :) On Monday, April 13, 2015 at 3:23:02 PM UTC-7, Eric Shulman wrote: > > On Monday, April 13, 2015 at 3:10:38 PM UTC-7, Rustem wrote: >> >> I have this filter expression that returns all tiddlers tagged with the >> current tiddler, except those tagged with "Archive". >> [<currentTiddler>tagging[]!tag[Archive]] >> I'd like to build filters for each of these scenarios: >> a) If the current tiddler is tagged "Archive", return all tiddlers it is >> tagging, archived or not. >> > > Try this: > [<currentTiddler>tag[Archive]tagging[]] > > >> b) If the current tiddler is tagged "Archive", return only tiddlers it is >> tagging that are also archived. >> > > and this: > [<currentTiddler>tag[Archive]tagging[]tag[Archive]] > > enjoy, > -e > Eric Shulman > TiddlyTools / ELS Design Studios > > YOUR DONATIONS ARE VERY IMPORTANT! > HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... > http://TiddlyTools.github.com/fundraising.html#MakeADonation > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d2e57503-99a3-45f4-9a48-38d100a0798a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

