importTiddlersPlugin: argument syntax for logic expression in filter

5 views
Skip to first unread message

Amzg

unread,
Jun 5, 2008, 10:14:02 AM6/5/08
to TiddlyWiki
Using the filter feature in Mr. Shulmans excellent
ImportTiddlersPlugin, I have some complex tag criteria (specifically:
Project && Starred && !Completed && !PossiblyNever) but I'm wondering
how to write this in the filter field. Neither the directions given
while using the feature, nor the documentation
(ImportTiddlersPluginInfo) explain this clearly.

Thnx!

/Mat

Eric Shulman

unread,
Jun 5, 2008, 2:51:06 PM6/5/08
to TiddlyWiki
The ImportTiddlerPlugin filter uses the TiddlyWiki 'paramifiers'
syntax, including any combination of:
space-separated tiddler titles
tag:[[tagValue]]
story:[[StoryTiddler]]
and, I've just updated both
http://www.TiddlyTools.com/#ImportTiddlersPlugin (v4.1.0)
http://www.TiddlyTools.com/#MatchTagsPlugin (v1.8.0)
so that the 'tag:...' paramifier can also accept a boolean expression:
tag:[[tag expression]]

As a result, you should now be able to enter the following filter
value:
tag:[[Project && Starred && !Completed && !PossiblyNever]]

enjoy,
-e


Reply all
Reply to author
Forward
0 new messages