Hi,

Playing with MatchTagsPlugin and 
GetPlugin<http://get.tiddlyspace.com/#MatchTags>I noticed that I can't combine 
both filters like so...

This example shows you how to get all tiddlers with an ''Introduction'' 
section that are both tagged <<tag Foo>> ''AND'' <<tag Bar>>.

{{{
<<list filter '[get[##Introduction]][tag[Foo AND Bar]]'>>
}}}
<<list filter '[get[##Introduction]][tag[Foo AND Bar]]'>>

So, I was wondering if "piping" filters was at all possible in TW2 or 
rather what was needed to make it happen. Notice how it makes no difference 
which filter is being applied first. As far as I can see, both seem to be 
additive.

Intuititively I would have imagined that filters combine using AND logic 
rather than OR, so as to further constrain any previous matches. But that 
doesn't seem to be the case.

In other words, is there a way for a filter to loop on the list of tiddlers 
currently in the filtered set rather than ALL tiddlers?

Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to