Another TiddlyWiki5 tabs plugin

As usual, this is another vue plugin, it’s about tabs(for opended tiddler list), but brings more features, such as support for drag and drop sorting. What I ultimately expect is to realize most of the functions of vscode’s tabs, even 100%. For now, it looks pretty good. With the help of Vue, the plug-in’s scalability is completely sufficient.

  • To use the drag and drop function you need to temporarily disable tiddlywiki’s drag and drop, there is nothing I can do about it at the moment. I’ve pointed out similar issues here before.

plugin example

1 Like

Is there a config to move it top? And if it is stabled, I can put it in TidGi default template to replace the old opened-tiddlers-bar plugin.

There is indeed a configuration file, which is at the top by default. Currently, the plug-in depends on two vue plug-ins, and tailwindcss.

Can you use standard config file, and translate it? See https://github.com/tiddly-gittly/Modern.TiddlyDev/tree/master/src/plugin-name/configs

And to translate it, you need https://github.com/tiddly-gittly/tw-gamification/blob/master/src/tw-gamification/patches/lingo.tid and https://github.com/tiddly-gittly/tw-gamification/tree/master/src/tw-gamification/language

I try to make the template work for all users.

Well, the configuration page has not been written yet, but for the vue plugin, vue-i18n may be more convenient, because the plugin itself may also require i18n, not just the configuration page. just like vue-todo plugin

Both are OK, I also use react-i18next in some plugin.


support setup

Start integrating right-click menu function


Finished :tada:

2 Likes