Hi Eric On Wed, Jul 9, 2014 at 4:50 PM, ET <[email protected]> wrote:
> There weren't any notes posted regarding this method of using tiddlywiki, > so I copied https://gist.github.com/rpflorence/701407 and ran node.js > with it, plus a copy of tiddlywiki in the same folder. Upon making an edit > and clicking download, it downloads the tiddlywiki rather than save it. > Perhaps I'm doing it the wrong way? > I'm afraid all you were doing there was serving a TiddlyWiki HTML file from a static server. The web server code you pointed to doesn't know how to handle attempts to write changes back by TiddlyWiki. Try instead: node.exe /path/to/tiddlywiki.js /path/to/newwiki --init server node.exe /path/to/tiddlywiki.js /path/to/newwiki --server Then visit http://127.0.0.1:8080 in a browser on your machine, Best wishes Jeremy. > > > On Thursday, July 10, 2014 3:40:44 AM UTC+12, ET wrote: >> >> Rather than installing node.js the normal way using the installer, is it >> possible to run tiddlywiki using just a copy of tiddlywiki and a single >> node.js binary? (which is offered as a download on nodejs.org) >> This would make tiddlywiki even more convenient as it would only require >> two run tiddlywiki. >> > -- > 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. > -- Jeremy Ruston mailto:[email protected] -- 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.

