-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Tiddlywiki does not start because of TypeErrors #67
Comments
The only way I was able to get tiddlywiki 5.1.19 to run (I required 5.1.18 to get global hotkeys)
|
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
The text was updated successfully, but these errors were encountered: