[twdev] Question: Passing arguments to a tiddler

2012-02-09 Thread Shankar Swamy
I have a large javascript tiddler with the following outline: var myFile = "DataFile"; var ProcessedData = ""; ... ... ... return ProcessedData; It works fine: everytime I click the tiddler hyperlink, it processes the data in the "DataFile" and displays it as the tiddler text. I would like to

[twdev] Re: Updated dependency handling in TiddlyWiki5

2012-02-09 Thread cd...@peermore.com
On Feb 9, 5:09 pm, chris.d...@gmail.com wrote: >    https://github.com/cdent/tw5ikifier > > Doesn't currently work as I've not yet updated the code to reflect > the new dependency handling. > > Will report on how they feel once I do. I have it working. Initially it was a bit of a pain as I needed

Re: [twdev] Updated dependency handling in TiddlyWiki5

2012-02-09 Thread chris . dent
On Tue, 7 Feb 2012, Jeremy Ruston wrote: This is mainly for @cdent's benefit, but others may be interested too. Thanks, this makes sense. I've moved my related work out of a fork into its own thing: https://github.com/cdent/tw5ikifier Doesn't currently work as I've not yet updated the cod