I have a tiddler called Ghostbusters. It has a field, "actors," containing the following title list: [[Bill Murray]] [[Harold Ramis]] [[Dan Ackroyd]] [[Ernie Hudson]]
Now, if I do this: <$list filter="[[Ghostbusters]get[actors]]" /> the result is *[[Bill Murray]] [[Harold Ramis]] [[Dan Ackroyd]] [[Ernie Hudson]]* (linked as though it's one long title for a single tiddler, but that's okay for now). However, if I do *this:* <$set name="actorList" filter="[[Ghostbusters]get[actors]]" > <<actorList>> </$set> the result is *[[Bill Murray Harold Ramis Dan Ackroyd Ernie Hudson]]*. Where did the rest of the brackets go? -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/3ddcf7fe-2df2-4c62-9130-9733c6df17c8%40googlegroups.com.

