>
> {{{ [tag[Image]] }}} + <<linkimg Jack.jpg Jack.jpg px 100>>
>
> I was trying to combine linkimg and a Tag list so ...
>
> <<linkimg {{{ [tag[Image]] }}} {{{ [tag[Image]] }}} px 100>>
>
You can't use the list shorthand for / within such constructs, but rather
need to get to your resired end using the ListWidget
<http://tiddlywiki.com/#ListWidget>.
It's gotta be something like...
<$list ...>
<<linkimg ...>>
</$list>
Whereas you may need to have to use an additional macro to concatenate your
variable and then use the $macrocall
<http://tiddlywiki.com/#MacroCallWidget> widget to call linkimg on it...
\define getVar(baz) "foobar"$baz$
<$list ...>
<$macrocall $name=linkimg someParam=<<getVar>>/>
</$list>
Best wishes, Tobias.
--
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.