> I experiment currently with var tids=store.getTaggedTiddlers("tag1",
> "tag2", ...); code. I want to generate a table of tiddlers tagged with
> tag1 AND tag2 but NOT tag3.
> Does anyone can set me on track how do something like
> var tids = store.getTaggedTiddlers("tag1" AND "tag2");
First, install:
http://www.TiddlyTools.com/#MatchTagsPlugin
Then, you can write code like this:
var tids=store.getMatchingTiddlers("tag1 AND tag2 AND NOT tag3");
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--
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.