> Maybe I've missed something obvious, but I've failed to find a way to
> link to a view of all the tiddlers that have a given tag, which is
> dynamic, i.e. the same link at any point opens all the tagged tiddlers
> (e.g.http://example.com/myWiki#tag:foo)
> Is there a way?

Try this inline script:
http://www.TiddlyTools.com/#OpenTaggedTiddlers
(requires InlineJavascriptPlugin)

Usage:
<<tiddler OpenTaggedTiddlers with:
   "label" "tagToMatch" "sortBy" "reverse" "close" limit>>

if MatchTagsPlugin is installed, "tagToMatch" can be a boolean tag
expression.
"sortBy" is an optional tiddler fieldname, and defaults to
"title" (use "modified" or "created" for dates).  "reverse"     is an
optional keyword, and reverses the order of display of the matched
tiddler (i.e., descending vs. ascending).  "close" is an optional
keyword, that closes all open tiddlers before opening the tagged
tiddlers.  "limit" is an optional number, that limits the number of
tiddlers that are opened.  Note: use "" as placeholders when omitting
optional parameters

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