Thanks for Your respond, but I'm not sure how to use the answer. I have
this code in a template-tiddler:
\define modalLink(tiddlerName,message)
<$button message="tm-navigate"
param="$tiddlerName$"
class="tc-btn-invisible tc-tiddlylink
">
$message$
<$action-sendmessage $message='tm-close-tiddler'/><$link
to={{!!title}}><$view field="caption"/></$link>
</$button>
\end
<div class="storyList">
<$list filter="[genus{!!caption}!has[draft.of]sort[caption]]
-[rank[genus]]">
<$macrocall $name="modalLink"
tiddlerName=<<currentTiddler>>
/>
<br/>
</$list>
</div>
--
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/45d9cba7-bf64-452e-aba3-ce95c8f684e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.