hi,
i've tried to get customised tiddler file naming to work when running Node.js on 64-bit Windows 7 platform... but it doesn't work... :-(
however, on linux platform it works :-) so i'm wondering if somebody else have had this issue on a Windows platform before? if so, how did you get it to work!
i've tried several versions of the required software to get it to work, without any luck...
on linux, i have a working installation with the following versions:
nodejs ver 4.4.7-dfsg-2, running debian - of course ;-)
npm ver 1.4.21+ds-2, same
tiddlywiki 5.1.13
on windows platform, i've tried several versions...
Node.js v4.1.2 (npm 2.14.4), v4.5.0 (npm 2.15.9), v6.4.0 (npm 3.10.3)
tiddlywiki 5.1.13
i've be using the following configuration in "FileSystemPaths.tid":
[is[system]removeprefix[$:/config/EditToolbarButtons/Visibility/$:/]addprefix[_system/config/EditToolbarButtons/Visibility/_system/]]
[is[system]removeprefix[$:/config/PageControlButtons/Visibility/$:/]addprefix[_system/config/PageControlButtons/Visibility/_system/]]
[is[system]removeprefix[$:/config/ViewToolbarButtons/Visibility/$:/]addprefix[_system/config/ViewToolbarButtons/Visibility/_system/]]
[is[system]removeprefix[$:/]addprefix[_system/]]
[!has[draft.of]]
...and, the symtom of the problem (what i've seen so far) is that the system file "$:/StoryList.tid" (and any other system file) only get translated to "_system_StoryList.tid", so it seems that tiddlywiki (Node.js) reads the "FileSystemPaths.tid" correctly - but fails to translate the directory separator, so it ends up with an underscore "_" instead, i.e. the file is stored under the "tiddlers/" directory.
- any clues how to solve this issue?
ch