Well, if you download Node-Webkit and open a TW5 file in it, it detects that node is available and tries to load everything from the file system. This of course does not work. So what I did as a workaround, was to add a line to bootprefix.js "if( $tw.nodeWebKit ) $tw.node = null;". This took care of the problem. Then I made a save handler based off TiddlyFoxSaver to save to the file system using NodeWebKit.
On Mon, Jan 19, 2015 at 8:37 PM, Tobias Beer <[email protected]> wrote: > As you may be aware, single file TiddlyWiki does not seem to work on >> Node-WebKit. >> > > I'm not. What's the workflow here? > It would be nice of you to provide some pointers. > > Best wishes, Tobias. > >> -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

