Relative Path with Filesystem and Tiddlywiki.info

TiddlyWiki allows to include other TiddlyWikis using relative path like: (https://tiddlywiki.com/#tiddlywiki.info%20Files)

"includeWikis": [
{"path": "../[tw5.com](http://tw5.com)", "read-only": false}
],

...

Now look at the $:/config/FileSystemPaths does not work (https://tiddlywiki.com/#Customising%20Tiddler%20File%20Naming)

[tag[public]addprefix[../public]]

It seems the relative path for includeWikis is the wikifolder root, but for $:/config/FileSystemPaths is the tiddlers folder. Am I right?

Correct.

I was trying to create tiddlers from the ‘index’ wiki and have them saved in the included wiki’s folder but when you try to write outside the ‘index’ wiki path, the filename is uri encoded and so is saved in the default location.

I was next hoping to manually manipulate the $:/config/OriginalTiddlerPaths tiddler, but have not yet been successful.

I have conducted related experiments, and for me, the documentation is indeed a bit unclear. I hope that TiddlyWiki can switch between folders, making it more convenient for me to test plugins. Therefore, I have some tips.

Obviously the $:/config/FileSystemPaths configuration only supports the current wiki

1 Like