Hi all,
I am trying to have single page note. For definition of a few words I am creating hyperlinks to other tiddlers. But instead of opening another tiddler I want to use the below action widget
<$action-sendmessage $message="tm-modal" $param="SampleWizard"/>
I tried using it in the most simpler way something like below
[[sample|<$action-sendmessage $message="tm-modal" $param="SampleWizard"/>]]
But it just does not work. Is there any way to achieve what I am trying here.
Just to add, I do not want a button. Just want to achieve this with the same hyperlink which I am using.
Thanks!
Shash