I would like to give a mini-template for the text field in <$action-send-message $message="tm-new-tiddler" ...>
I would like my new-question
button to default the text to this:
''Question'':
<!-- when ready -->
''Answer'':
<!-- remove these comments -->
I tried this:
<$action-sendmessage $message="tm-new-tiddler"
title="New Question"
tags="[[Question]]"
text="''Question:''\n\n\n<!-- when ready -->\n\n''Answer:''\n\n<!-- remove these comments -->"
answered="no"
for=""/>
\end
But the backslash characters appear literally in the text. Another added level of backslashes simply appear there as well. Is there a simple way to handle this?