Is it possible to compile and output a plugin in the format expected by TiddlyWiki when serving via Node.js?
https://tiddlywiki.com/static/PluginFolders.html
I may have missed it, but npm run build:library outputs JSON files, which I can't figure out how to load in my Node.js environment.
Thanks for Modern.TiddlyDev, by the way! It has been very useful for developing TypeScript-based plugins.
Is it possible to compile and output a plugin in the format expected by TiddlyWiki when serving via Node.js?
https://tiddlywiki.com/static/PluginFolders.html
I may have missed it, but
npm run build:libraryoutputs JSON files, which I can't figure out how to load in my Node.js environment.Thanks for Modern.TiddlyDev, by the way! It has been very useful for developing TypeScript-based plugins.