Skip to content

TiddlyWiki 5.1.22

Compare
Choose a tag to compare
@Arlen22 Arlen22 released this 24 Apr 20:22
· 59 commits to v2.2 since this release

This is technically an alpha version of TiddlyServer, but it's working fine for me and I expect it to work for you as well. Please open an issue if you run into any trouble and I will do my best to help.

There are two ways to install this.

The first is to run npm install -g tiddlyserver. This will install it as a command that you can run on your computer. You will need to specify the path to your settings.json file. Run tiddlyserver --config path/to/settings.json to start TiddlyServer.

The second way is the old method listed in the readme. The one change is the required files are included in this release as downloads. Unzip the tiddlyserver archive and name it whatever you want. Then create a node_modules folder in it, and unzip the tiddlywiki-production archive into that and rename the folder tiddlywiki-production.

Instead of creating a node_modules folder, you can also add "_datafoldertarget": "/path/to/tiddlywiki" to the settings.json file