Try...

<$set name="actorList" filter="[[Ghostbusters]get[actors]!enlist[]]" >


This works at tiddlwiki.com:

[tag[Filter Operators]!enlist[]]



On Thursday, September 26, 2019 at 12:48:56 PM UTC-5, 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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a7206821-f094-409b-9470-c65d0fb0deff%40googlegroups.com.

Reply via email to