Search code examples
node.jswikinode-webkittiddlywiki

TiddlyWiki on node-webkit not displaying content


I followed the tutorial (In the "Getting Started" section) on how to use TiddlyWiki with node-webkit. When I then run nw.exe it doesn't display anything.

Im on windows (64bit) and have installed the 32bit version for windows. Not sure what Im doing wrong or if its just a bug.

I have also tried adding index.html and package.json to an archive (called app.nw) and run it with nw.exe, but still no luck.


Solution

  • I followed the instructions and couldn't get it to work either. I used TiddlyWiki 5.0.13-beta, Windows 64 bit, node-webkit 0.9.2. It throws an exception that it can't find sjcl.js. sjcl.js is packaged into TiddlyWiki.

    I suggest to use TiddlyDesktop instead. It's node-webkit ready-made for TiddlyWiki. It works like a charm for me under Windows. You can get it here: https://github.com/Jermolene/TiddlyDesktop/releases

    I suspect the plain node-webkit solution has lost attention, now that there is TiddlyDesktop.