I would like to automate the building of the .tid and .html files of my plugin. Building the HTML works, but I cannot find a way to export the plugin as TID file.
What I tried (from the root directory of the repo):
$ export TIDDLYWIKI_PLUGIN_PATH=plugins
$ tiddlywiki editions/asciidoctordemo --render '$:/plugins/bimlas/asciidoctor' asciidoctor.tid 'text/plain'
$ tiddlywiki editions/asciidoctordemo --save '$:/plugins/bimlas/asciidoctor' asciidoctor.tid
$ tiddlywiki editions/asciidoctordemo --savetiddler '$:/plugins/bimlas/asciidoctor' asciidoctor.tid
All of them generating JSON withouth the necessary fields (title: $:/plugins/bimlas/asciidoctor, plugin-type: plugin, etc.).
Is it possible to "bundle" my plugin from command line (it works from the export menu of the tiddler in the HTML version)?