Hi Dave On Sat, Feb 8, 2014 at 3:19 PM, Dave Parker <[email protected]> wrote:
> I haven't looked much into TW5 much, but noticed it (optionally?) uses > node.js, which I believe allows for more easy interaction with the file > system. > That's correct. Running TiddlyWiki under Node.js turns it into a server application, with browsers connecting to it via HTTP. Are there any current examples of TW5s that do this (keep tiddlers as text > files in a folder)? "Hello World" to text file? > There are instructions for setting up TiddlyWiki on Node.js here: http://tiddlywiki.com/static/TiddlyWiki%2520on%2520Node.js.html > (I tried to get into node-webkit but its a little daunting for me, and I > thought now that TW5 does node.js, maybe that would work for me.) > It might be helpful to understand what you're trying to do? Also, I'm working on a big project (in TW) and finally learing some > javascript. If I attempt to move the whole thing over to TW5, does > javascript "just work", or is there a TW5 equivalent to > InlineJavascriptPlugin? > There's no InlineJavaScriptPlugin for TW5, nor is one planned. Custom JavaScript in TW5 is stored in module tiddlers of different types for the various components within TW5: widgets, macros, parse rules, etc. Best wishes Jeremy > > > Thanks, > Dave > > -- > 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.
