Jeremy, The "th-renaming-tiddler" hook is invoked by "$:/core/modules/wiki-bulkops.js" -> "renameTiddler()" <https://github.com/Jermolene/TiddlyWiki5/blob/96eca32b1105416c317101aa91dd284f835a8ba8/core/modules/wiki-bulkops.js#L26> . This function is called by the " NavigatorWidget.prototype.handleRenameTiddlerEvent() <https://github.com/Jermolene/TiddlyWiki5/blob/54fc9327408a8e0bb355bbebe9e4679ef76eaf2c/core/modules/widgets/navigator.js#L615>" triggered by the "tm-rename-tiddler" <https://github.com/Jermolene/TiddlyWiki5/blob/54fc9327408a8e0bb355bbebe9e4679ef76eaf2c/core/modules/widgets/navigator.js#L37> event. However, this event is only sent by the "text-slicer" and "xslx-utils" plugins, I have not found it anywhere else <https://github.com/Jermolene/TiddlyWiki5/search?q=tm-rename-tiddler>
So the "tm-renaming-tiddler" event will not be executed for example in empty edition, the "th-renaming-tiddler" hook will not execute. -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/f589c0ef-d860-4cb9-8d08-48df1282bb4e%40googlegroups.com.
