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?