A right-click menu plug-in rewritten using vue3
Compared to viewtoolbar, it is actually more appropriate to use the right-click menu to operate.
Compared to viewtoolbar, it is actually more appropriate to use the right-click menu to operate.
tiddlywiki does not seem to directly provide a tool for renaming buttons, although tiddlywiki already has a corresponding API, such as tm-rename-tiddler
or $tw.wiki.renameTiddler
. Should tiddlywiki core add this renamed button directly to the toolbar? @jeremyruston
Just like the menubar of vscode, I plan to use the menubar to replace all the button functions of the tiddlywiki toolbar.
Interesting stuff.
(Ah! “renaming buttons” does not mean “renaming of buttons” but “buttons for renaming tiddlers” )
The difficulty to just “rename a tiddler” is that it needs to rename also in all links and fields where it is mentioned. You may be interested in @Flibbles ambitious Relink plugin which tackles this.
Oh, I almost forgot about this plugin, it really needs extra consideration for this situation,
Great stuff. Thank you!