1st January 2014 at 5:53pm
NW.js (previously known as "node-webkit") allows TiddlyWiki to be set up as a native application for Windows, Mac OS X or Linux.
Setting up
- Create a folder with the following contents:
- The appropriate copy of NW.js for your platform, downloaded from https://github.com/nwjs/nw.js
- Your TiddlyWiki HTML file as
index.html
- A file called
package.json
with the following content:{ "name": "tiddlywiki", "main": "./index.html", "window": { "toolbar": true, "width": 1024, "height": 768 } }
- Run the NW.js application
- If it doesn't work, you may need to unblock the application before your operating system will run it
- OS X: see http://support.apple.com/kb/PH14369
- If it doesn't work, you may need to unblock the application before your operating system will run it
- Try saving changes in the usual way
Limitations
MP3 audio and H264 video are not supported without special steps described on the NW.js wiki.