Try This: (You'll have to define your own filter)

\define modalLink(tiddlerName,message)
    <$button message="tm-modal" 
            parammodalLink="$tiddlerName$" 
            class="tc-btn-invisible tc-tiddlylink
    ">
        $message$
    </$button>
\end

<$list filter="[tag[done]]">
    <$macrocall $name="modalLink"
            tiddlerName=<<currentTiddler>>
            message=<<currentTiddler>>
    />
    <br/>
</$list>


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e9ab568e-b5fc-4fea-82ec-c058c26cc685%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to