[tw] Re: bug when calling a csv tiddler in a javascript

2018-04-06 Thread Silverfox
Finally I could achieve what I wanted to do by using getTiddlerText instead of getTiddlerData... Thanks again -- 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

[tw] Re: bug when calling a csv tiddler in a javascript

2018-04-06 Thread Silverfox
OK, thanks, I understand better now,.. -- 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

[tw] Re: bug when calling a csv tiddler in a javascript

2018-04-06 Thread Stephan Hradek
What's the "type" of your tiddler? As you seem to understand JavaScript, have a look at the getTiddler definition: exports.getTiddlerData = function(titleOrTiddler,defaultData) { var tiddler = titleOrTiddler, data; if(!(tiddler instanceof $tw.Tiddler)) {