> I am trying to use forEach tiddler to output the tiddlers Tagged with
> the selected tiddler [1]
> I can see why it doesn't work.
So if I understand this correctly, the problem is that your FET macro
call generates "[object Object]".
That's because store.getTaggedTiddlers returns an array - so you might
wanna use the join method:
store.getTaggedTiddlers(tiddler.title).join(" ")
HTH.
-- F.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---