I have a json file of tiddlers imported into a fresh TW initialized from the command-line, and it doesn’t appear that it imports (or it ignores) the “$:/state/sidebar” tiddler in the file.
It imports other system tiddlers like $:/SiteTitle and $:/SiteSubtitle, but this one is obviously in $:/state, so I guess it’s handled differently.
[{
"title" : "$:/state/sidebar"
,"text" : "no"
,"type" : "text/vnd.tiddlywiki"
}]
Is there a “correct” way to default this setting on a new Wiki? I am avoiding having to have this in a full TW template loaded after initialization because I try to reserve that for less granular things that are best edited in the TW environment, and I have found handling these things in the code/data in the build process that I have is better for source control/granularity than a full TW template which might drag around extra unnecessary tiddlers from experimentation after the build.