> I've not been playing around with TiddlyWiki long but there is > something specific I'd like to do and I can't find out how I would go > about getting it working. What I'd like is for some tags to appear in > the main menu so that whenever I clicked on one it would bring up all > the tiddlers with that tag. Is this possible?
The TW core macro, <<tag tagValue>>, will insert a link that, when clicked will show a popup list of all tiddlers tagged with the indicated value. One of the items in that list is "open all". Alternatively, you could install this script: http://www.TiddlyTools.com/#OpenTaggedTiddlers (requires http://www.TiddlyTools.com/#InlineJavascriptPlugin) which is used like this: <<tiddler OpenTaggedTiddlers with: "label" "tagToMatch">> (see script source for documentation) 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 -~----------~----~----~----~------~----~------~--~---

