I now have a $:/config
prefixed tiddler with a non-default value, which I’d like to have in each of my new wikis, so it belongs to a subset of tiddlers tagged with a custom tag, for filtered export into a single JSON file containing all my custom settings. Side subquestion: I call it .twrc, by analogy with .vimrc, is there any widely accepted term for this?
The problem is that this is a setting of a plugin (see for context CodeMirror and text selection problems on Android). I know how shadow tiddlers work - custom ones overwrite vanilla ones, deleting custom ones goes back to default. But this is quite the opposite situation - it’s possible that this custom setting for the plugin will get imported into my wiki before the actual plugin. What will happen with my custom plugin config tiddler? Will it survive the plugin install, or will it get overwritten?