Hello,
I am trying to get in target tiddler not just a content on transcluded
{{}}, but wrapped with <div id={{!!title}}>{{}}</div>
It seems, that these ways doesn't work
@@.{{source!!title}}
{{source}}
@@
<$set name="myVariable" value={{!!title}}>
<div id='<<myVariable>>'>
div id='<<myVariable>>'
{{}}
</div>
</$set>
Is it only possible with <$macrocall> like this
\define indiv(divId)
<div id="$divId$">
{{}}
<div>
\end
<$macrocall $name="indiv2" divId={{!!title}}/>
and use this as template in target tiddler?
{{source||indiv}}
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/20ab86ff-60f9-4bc5-a334-8a7ddbb1784e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.