Im surprised nobody has brought up putting it into a macro:
\define myTrans() {{$(tid)$!!$(field)$}}
<$vars tid=... field=... >
<<mytrans>>
</$vars>
Apropos what Eric wrote:
>
> <div class=<<somemacro>> style={{{ [[color:]addsuffix<somevariable>] }}}
> >...</div>
>
Ha ha!!! It's fantastic that there IS a way but it is also fantastic how
overly complex we sometimes are forced to make things.
Again, I'd instead propose a macro (which, of course, is also a workaround)
like so
\define myDiv() <div class="$(class)$" style="color:$(color)$" >...</div>
<$vars class=... color=...>
<<myDiv>>
</$vars>
<:-)
--
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/bdb9cd89-c2c1-4948-a26a-42b680205230o%40googlegroups.com.