Say I have a folder wiki that I would like to use as a template for myself. I would like to be able to easily generate new folder wikis off of this template.
I can use tiddlywiki --init my_edition_name
for any editions that are included in the base tiddlywiki
npm package. And as far as I can tell, these editions (in /usr/lib/node_modules/tiddlywiki/editions
on my computer) are just standard folder wikis. But I don’t want to copy my custom edition into this folder since NPM will probably end up overwriting it sooner or later.
Similarly to the situation for plugins, is there a way to specify a custom location for editions?