Works like a charm, Just a correction required. Instead of this parammodalLink="$tiddlerName$"
we need to make it param="$tiddlerName$" Regards Shash On Thursday, May 28, 2015 at 7:39:26 AM UTC+5:30, c pa wrote: > > 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/6c9744c4-e882-4bc9-955b-19933afcdd62%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

