Hi Jeremy,
Thanks for the detailed reply.
As it is obvious, I was unaware of the specific relation between "includeWiki" and "default-tiddler-location". Also I was under the wrong assumption that tiddlywiki will automatically load tiddlers from the location given as "default-tiddler-location". Thank you for clearing that up.
I wasn’t able to reproduce that problem. Can it be reproduced using the tw5.com and tw5.com-server editions?
Well, it was stemmed from the same point as above. I merely added "default-tiddler-location" and not "includeWiki". if you do that, everytime you restart the server, you will get a new copy of "$___StoryList.tid" in the filesystem as $___StoryList 1.tid, $___StoryList 2.tid and so on.
Before you answered the question, I played around further and found that if I set the config/filepath to save all tiddlers to another folder, and include all of those tiddlers using "tiddlywiki.files" file, that would work too. Rather clunky, but useful if you want to save a particular group of tiddlers outside the "tiddler" folder and not in another wiki.
Aren’t those two the same? The tiddlywiki.info file is in the root of the wiki folder.
I guess it is just a semantic issue. If I have two wikis named "mywiki1" and "mywiki2"
- mywiki1
- tiddlers
-
tiddlywiki.info - mywiki2
Relative to the mywiki1 (which is the wiki folder), I would give the path of mywiki2 as "./mywiki2". However, relative to the "
tiddlywiki.info" file, I would have to specify the path as "../mywiki2". Is there a gap in my understanding?
That option was added to enable support for the pink “edit on github” banner that you see on https://tiddlywiki.com. It’s useful for other wikis that want to offer the same feature.
Thank you, that is a very useful piece of information. Never really had a reason to check out "$:/ContributionBanner"
Meanwhile, pinging eminent documentation people to try and include these points Jeremy pointed in a generalised manner that can be used by community.
Thanks
Riz