HI FND, i still get [object Object] with addition of join method
What I want is "Q4" which is tagged as 'Primary Fantasists' Clicking Primary Fantasists gets to a tiddler so tagged [1] I've tried a number of ways. I thought that tiddler.tagged would work. Is there a tiddler.tagged function? - i thought i used it before. Alex [1] http://r.a.hough.googlepages.com/OMM.html On Mar 19, 12:38 pm, FND <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---

