Hello all, I am using the "ForEachTiddler" to produce a list of tiddlers. Part of the list is the Tiddler Name plus all the tags it has.
This line produces the tag list: "+tiddler.tags+" That all works fine. Problem is that the list of tags is comma separated but without a space behind the comma. Therefore in a table, if the tags don't have their own space, the tags run into the next cell, because it all seems like one long word. Long story short, how do I format the resulting tag list? I tried this from Udo's site but it won't work: '((index == 0) ? "" : ", ")+"[["+tiddler.tags+"]]"' any help would be appreciated, axelm -- 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.

