> var tids=store.filterTiddlers('[tag[Revisions]]');
This will find only tiddlers that are tagged with "Revisions"....
The need is for a way to get a list of **all** tiddlers, except those
tagged with 'excludeLists', unless *also* tagged with 'Revisions'.
One way to do this is to use the "boolean logic" tag-matching syntax
provided by
http://www.TiddlyTools.com/#MatchTagsPlugin
Thus:
var tids=store.getMatchingTiddlers('Revisions or not excludeLists');
enjoy,
-e
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---