Hi Arlen When run under Node.js, TiddlyWiki needs to be running against a full wiki folder (http://tiddlywiki.com/static/TiddlyWikiFolders.html), and it won't work with just a TiddlyWiki HTML file. It could be made to work, but the use cases are not obvious.
You can unpack a TiddlyWiki HTML into it's constituent tiddlers by running these commands mkdir MyWikiFolder cd MyWikiFolder tiddlywiki --load path/to/my/wiki.html Best wishes Jeremy On Tue, Jan 21, 2014 at 11:53 PM, Arlen Beiler <[email protected]> wrote: > Hello Everyone, how are you all this evening. > I have a headache, but it seems to me like there should be a way to > run tiddlywiki on a server using just a couple files including a complete > HTML file. Two options come to my mind. People would be able to download > three or four files (NodeJS.exe, empty.html, serve.js). The first is to run > it using standard save and load file commands (good for localhost) (Could > have problems, at your own risk), the second is the ability to unpack > empty.html into a folder, or something like that. Just a thought. > I guess it is a thing of environment, a browser uses HTML, NodeJS uses > JS files. Well, I don't know how this would work, but I'm almost shooting > it down as I think it up, except for the localhost part. That could be a > useful addition. > Anyway, have a good evening. Just an idea. > --Arlen > > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWikiDev" 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/tiddlywikidev. > For more options, visit https://groups.google.com/groups/opt_out. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev. For more options, visit https://groups.google.com/groups/opt_out.
