> I would like to implement on my wiki the ListTaggedPlugin shown at
> Garret Lisi's Deferential Geometry (http://deferentialgeometry.org).

Garret's document is using an *ancient* version of TW (v2.1.3, Nov 3,
2006).

The <<ListTagged>> macro he uses is a custom-implemented bit of code.

Assuming you are using a much newer version of the TW core (currently
2.4.1, with 2.4.2 now in "beta 1" testing phase), then the TW core
built-in <<list>> macro will produce the same result, using a 'tag
filter' to list only the matching tiddlers, like this:
   <<list filter [tag[sometag]]>>

Also, if you want to select tiddlers using a combination of tags, then
you can install this plugin:
   http://www.TiddlyTools.com/#MatchTagsPlugin
which extends the "[tag[...]]" syntax so that you can use full Boolean
expressions using "and" (&&) , "or" (||) , "not" (!), with our without
nested parentheses as needed.  Thus, you could write:
   <<list filter [tag[tag1 or tag2 or ((tag3 and not tag4) or tag5)]]
>>

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to