FYI, if you have tiddlers in json format, there is an easy way to create a plugin from it:
- Drag the tiddler json onto a tiddlywiki
- Edit the
$:/Importtiddler. Change theplugin-typefield fromimporttoplugin - Rename and save the tiddler
- The tiddler is now a plugin
Just a quick and dirty way which works because the import process uses the same format as a plugin (except with a different plugin-type). Something like Gatha is better for anything other than experiments.