FYI In both cases you are asking to get the content of the field. In the list it returns a list of titles, remember it processes one at a time and warps each as a title.. It does look a little odd but when you get the fieldname in the set it sets the value to everything in the field (And wraps it as a title). As soon as you start to deal with fields that contain more than one title you need to change the way you refer to them so as to treat the field as containing titles eg the recommended use of each, or the Listops Operators
This difference between what the field contains and its components when titles are extracted is a helpful lesson in using tiddlywiki. Regards Tony On Friday, September 27, 2019 at 3:48:56 AM UTC+10, Michael Gentry wrote: > > 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/663856a8-8133-47fd-960f-e0b02c03993f%40googlegroups.com.

