After I successfully ported Vue3 to tiddlywiki5, neotw-vue-todo
was my first official tiddlywiki plugin written using vue.
I’m not sure if any users or developers here are interested in Vue3. Vue3 is very convenient for responsive updates of the UI. This solves my pain points very well. I don’t have to write more code to manually manage the UI.
The plug-in implements a very common task management plug-in. Although tiddlywiki already has many similar task plug-ins, I hope to add more interesting functions with the help of vue.