"concatenate the output of a transclusion" is not the way to explain to
someone as if theyt were five... :-)
On Sunday, April 30, 2017 at 10:20:05 AM UTC-5, Mark S. wrote:
>
>
> You're trying to concatenate the output of a transclusion into a text
> string (<<list-links filter:"[tag[{{currentTiddler!
> !title}}]]">>). You would need to use a macro to concatenate a
> transclusion that way.
>
> Fortunately, since the string specifies a filter, there is a special
> syntax for using a variable inside a filter. So you can write:
>
> <<list-links filter:"[tag<currentTiddler>]">>
>
> The square brackets of the tag operator are replaced by angle brackets and
> the name of the variable goes inside.
>
> HTH
> Mark
>
--
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/579d17bc-d65b-4453-8f01-d2f85798e139%40googlegroups.com.