I don't know enough JS to help you make such a thing, however as far as I can see logically it is very doable, though it would require hijacking of the tiddler saving system to run a script whenever the new tiddler title didn't match the old tiddler title.
Example: If you had a tiddler called: HotMustard and say it has two comments: HotMustard_TimsVersion HotMustard_JerrysVersion Things we know: They are also always tagged with [comment] and always start with the name of the tiddler they are related to. So if you made some code that would find all HotMustard* Tiddlers tagged with [comment] and than had it replace that text with the new title name, you would accomplish what you want. SpicyYellowPast_TimsVersion SpicyYellowPast_JerrysVersion Most all plugins that use these systems use special tags, therefore if you made the script so that you could create a user entered list of tags you should than be able to use it with any plugin that uses this same system. On Tuesday, May 21, 2013 7:55:12 AM UTC-7, bluespire wrote: > Bumping this. > > On Thu, May 16, 2013 at 1:16 PM, bluespire <[email protected]<javascript:> > > wrote: > >> Is there a way to get these plugins (I guess specifically the Comment >> plugin) to follow name changes of Tiddlers? >> >> I'm building a collaborative wiki, and it is quite possible that the name >> of a tiddler might get changed, and I want to keep all associated comments >> with that tiddler. >> >> -- >> >> > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

