\define button()
<$button actions=<<actions>>>
click
</$button>
\end
\define actions()
<$action-sendmessage $message="tm-new-tiddler" title=<<journalTitle>> text="""[[$(tid)$]]"""/>
\end
<$wikify name=tid text=<<currentTiddler>>>
<<button>>
</$wikify>
I'm sure others will suggest a more elegant (and shorter) solution...
\define journalButton()
<$button> click
<$action-sendmessage $message="tm-new-tiddler" title=<<journalTitle>> text="""[[$(currentTiddler)$]]"""/>
</$button>
\end
<<journalButton>>