Thanks Eric, this should help deal with quote/escape hell... I'll give it a go today!
On Saturday, March 1, 2014 10:03:04 PM UTC-3, Eric Shulman wrote: > > errata: > >> for (var i=0; i<tids.length; i++) >> >> out+=fmt.format([tids[i].start_date,tids[i].end_date,tids[i].title]); >> > > should be: > for (var i=0; i<tids.length; i++) > > out+=fmt.format([tids[i].fields.start_date,tids[i].fields.end_date,tids[i].title]); > > -e > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

