> I have my wiki set to auto-tag with the date the tiddler is created. > So I have this tiddler. It is called TestTiddle. It is tagged with > 04/03/2009 - today's date. What I have been trying to find is a plug- > in or a macro that will take any tiddler tagged "04/03/2009" and parse > it together under one tiddler with the tag as the tiddler title. So > when I click on [[04/03/2009]] it will bring up TestTiddle followed by > anything else tagged with 04/03/2009. > > Any suggestions on what would do this?
First, install this plugin: http://www.TiddlyTools.com/#InlineJavascriptPlugin and this inline script: http://www.TiddlyTools.com/#EmbedTiddlers Then, in the tiddler named [[04/03/2009]], you can write: <<tiddler EmbedTiddlers with: {{'='+tiddler.title}}>> 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 -~----------~----~----~----~------~----~------~--~---

