> Is there any argument for which filterTiddlers() will return all
> tiddlers (the equivalent store.tiddlers)?

I'm not 100% certain, but I don't think there is a direct way to use
the core filterTiddlers() to get *all* tiddlers.

However, this plugin:
   http://www.TiddlyTools.com/#MatchTagsPlugin

extends the filterTiddlers() function to support use of full boolean
expressions AND regular expressions to match almost any combination of
tags that you can imagine.  With MatchTagsPlugin installed, you can
then write:
   store.filterTiddlers('[tag[.* or -]]');
to match *all* tiddlers (where .* matches any tag on any tiddler and -
matches all untagged tiddlers).

HTH,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to