Open NoxMortem opened 5 years ago
The only way I was able to get tiddlywiki 5.1.19 to run (I required 5.1.18 to get global hotkeys)
{
"tree": {
"$element": "folder",
"path": ".\\tiddlywiki\\wiki\\story\\testrunde",
},
"bindInfo": {
"bindWildcard": true
},
"putsaver": {
"backupDirectory": "../backups"
},
"$schema": "./settings.schema.json"
}
Please try downloading the current master from this link https://github.com/Arlen22/TiddlyServer/archive/18d0e718b0e606bbc318dfd4156f90b90506c1cf.zip and use this settings.json file. When you unzip the file, make sure it is being unzipped to an empty folder so there is no chance of mixing files (even though this should not usually matter).
{
"tree": "../tiddlyserver/tiddlywiki/wiki/story/testrunde", //this is the data folder from the other installation
"bindInfo": {
"bindWildcard": true
},
"putsaver": {
"backupDirectory": "../backups"
},
"$schema": "./settings-2-1.schema.json"
}
Recently I had been making a lot of changes, so you may have downloaded a broken version of master. Or perhaps there was a bug in the link I had posted to the tiddlywiki group. In either case, use the link I posted above to download master and this one should be working properly. I've been using it some over the weekend and haven't noticed any problems so far. Here is the link again for your convenience. https://github.com/Arlen22/TiddlyServer/archive/18d0e718b0e606bbc318dfd4156f90b90506c1cf.zip
TiddlyServer 2.1.1-beta, 2.0.14-fixed NodeJs v12.9.0 Windows 10 x64
TiddlyWiki 5.1.20
TiddlyWiki 5.1.19, 5.1.18