hi josiah, for the most simple case, i don't care about the additional option that you can run multiple wikis with "Bob" - and for making it even simpler to understand and not hide away the "settings.json" file, and since you are planning to change from JSON to TOML instead... this is my dream setup:
a wiki stored in directory "wiki", will then have the following minimal files: BobWin32.exe BobWin32.ini (which today is the "settings.json" file hidden under "IndexWiki/settings" directory) tiddlywiki.info index.tid (can be any tiddler file, only here for this example - i.e. the first tiddler opened by "Bob" configured in the "DefaultTiddlers.tid" file, see below) _system/config/FileSystemPaths.tid _system/DefaultTiddlers.tid (the "text" field contains: "index") _system/StoryList.tid (as always, contains the tiddlers that was last opened) the "FileSystemPaths.tid" looks like this: ``` [is[system]removeprefix[$:/]addprefix[_system/]] [!has[draft.of]] ``` the "_system" directory could be named to anything else (of course). the "StoryList.tid" file would i like to be erased once "Bob" is closed down (but that should be an option that could be configured... maybe there is already an option in "tiddlywiki.info" that do exactly this...?) - maybe it could be possible to skip the "BobWin32.ini" file (i.e. today called "settings.json")...? if the "Bob" options could be stored there instead and TiddlyWiki just ignore the "configuration options" it doesn't understand... cheers! Den fre 5 okt. 2018 kl 12:06 skrev @TiddlyTweeter <[email protected]>: > Ciao ch > > I understand the issue. But actually Bob will let you store a wiki > anywhere. Pathing can also be relative. That combination is about as good > as it gets. > > Yes, you have to override the default behaviour manually in the settings > to do that. But I think that is understandable. Otherwise it would could > get confusing if you just want to "click and make". > > .\Wikis as default looks fine to me. > > BTW, you can create as many sub-groupings of wikis to any depth you want > though the manual settings. > > Best wishes > Josiah > > ch wrote: >> >> well, i don't want everything to be in the same folder since i want to >> utilize customising tiddler file naming - however, i don't want the "source >> files" (i.e. the "tiddlers") which *is* the wiki to be stored in a >> directory that is hard-coded(!) by the programmer - it should be up to the >> TiddlyWiki user to name the directory where all tiddlers are stored - i'm >> not that comfortable having multiple wikis stored together with a common >> parent directory, >> > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/a3e0a009-c1a5-43fe-bf8a-25ad203711d5%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/a3e0a009-c1a5-43fe-bf8a-25ad203711d5%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CALyWh20dWn%2BtATH4rQC7%3DGMqYEwqF8ueRh4rqP2sxCUc78NGVQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

