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.

I got this one, just combine the two with a space in between

  [<currentTiddler>tagging[]!tag[Archive]] 
[<currentTiddler>tag[Archive]tagging[]]
 

> 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.
>

Same doesn't work here, still struggling. Might not be possible in a single 
filter expression.


> 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/57b945f4-d6dc-485f-9655-e1e9fb560012%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to