Import package of tiddlers with instructions to delete a tiddler?

FYI, if you have tiddlers in json format, there is an easy way to create a plugin from it:

  1. Drag the tiddler json onto a tiddlywiki
  2. Edit the $:/Import tiddler. Change the plugin-type field from import to plugin
  3. Rename and save the tiddler
  4. 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.