Re: [tw] Plugin to work with AppJS

2012-08-25 Thread Jeremy Ruston
Hi Simon Apologies for the late reply, despite that I've been following your work with great interest. I hadn't appreciated that appjs enabled JS in the browser to directly call into node.js scripts, a very useful capability. The approach of a container application injecting JS code into

[tw] Plugin to work with AppJS

2012-08-21 Thread sihorton
I am new to TiddlyWiki development but have created a plugin at http://sihorton.tiddlyspace.com/. This plugin extends the standard save functionality to detect if the TiddlyWiki is running within AppJS, if it is then it calls a nodejs function provided by AppJS to save changes to the disk. I