I'm sorry, those 7 steps are for running TiddlyWiki on Node.JS as a
webserver. And you open it in a regular browser. The way it is there, with
each tiddler in a separate file, is what I'm calling the Node.JS version,
since I don't know what else to call it. Sorry for the confusion.

Now in order to run those files in node-webkit, the code you need is here:
https://gist.github.com/Arlen22/d7ad0b6a108fa3cedf72

   1. Open that link and copy index.htm and nodewebkit.js into the root of
   the tiddlywiki folder.
   2. Open package.json, and copy the two objects in the gist's
   package.json into it.
   3. Package.json already has a "main" object farther down which you will
   need to remove.
   4. Drag the entire tiddlywiki folder onto the node-webkit executable.

That should work. It does seem like there are still a few glitches, but it
at least runs for me.
-Arlen

On Thu, Jan 22, 2015 at 12:46 PM, Danielo Rodríguez <rdani...@gmail.com>
wrote:

> Arlen,
>
> I'm following your instructions to try the node version on node-webkit and
> I'm getting this errors on the dev console:
>
> Uncaught ReferenceError: require is not defined
> Not allowed to load local resource:
>
> What I'm doing wrong?
>
> --
> 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 tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to