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.
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.
Start integrating right-click menu function