Hi Leo > 1) If I want to change the title of a tiddler, how do I get all the links > to that tiddler to change accordingly? (especially so that the reference > thing still works)
RenameTagsPlugin will let you rename tags in all tiddlers tagged with the title of the tiddler you are renaming. http://mptw.tiddlyspot.com/#RenameTagsPlugin TiddlerTweakerPlugin (tiddlytools.com) might be helpfull for finding textlinks in tiddlers - you will still have to change them manually though.. I guess you can always find missing links - open/create the nonexisting tiddlertarget and check references to find tiddlers with links in them?!! > 2) I have created several tiddlers, and would like to now create a tiddler > in which i can categorize and link to them. Is there a way to create a link > to another tiddler besides going over and copying the tiddler name, pasting > it in the new tiddler, and placing it in double brackets? Tagging is the most commonly used way to categorize and organize your tiddlers... When you want to retrieve/autogenerate a list with links to tiddlers tagged with a specific tag you can use the list macro: <<list filter [tag[TagName]]>> [1] If you want a button which popups with a list of tiddlers tagged with "SomeTag" you'll write: <<tag TagName>> [2] Cheers Måns Mårtensson [1] http://tiddlywiki.org/#[[list%20macro]] [2] http://tiddlywiki.org/#[[tag%20macro]] -- 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.

