A right-click menu plugin rewritten using vue3

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.

source

vue-contextmenu plugin

3 Likes

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

In the making, coming soon :wave:


Just like the menubar of vscode, I plan to use the menubar to replace all the button functions of the tiddlywiki toolbar.

The vscode-like menubar plugin is basically done, I may need to use it for a while to test it

Interesting stuff.

(Ah! “renaming buttons” does not mean “renaming of buttons” but “buttons for renaming tiddlers” :sweat_smile:)

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.

2 Likes

Oh, I almost forgot about this plugin, it really needs extra consideration for this situation,

Great stuff. Thank you!