> It returns NaN. [1]
Your code has an extra "+" in it, just before the
"store.getTaggedTiddlers()" call.
write
'"|[["+tiddler.tags+"]]|[["+tiddler.title+"]]|"+
+store.getTaggedTiddlers(tiddler.title).map(function(item, i) {return
item.title;}).join("]] [[") +"|\n"'
enjoy,
-e
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---