Hello all,
Typically I can make a template containing {{||$:/core/ui/EditTemplate/body}}
that will transclude the built-in editing field with all the markup buttons.
However, when I called that template with:
<$action-sendmessage $message="tm-modal" $param="edit_template_name" currentTiddler={{!!title}} />
there was an internal error if that edit_template_name tiddler had {{||$:/core/ui/EditTemplate/body}}
in it.
Does anyone know why this pops up an error? Is there another simple way to add the markup buttons to an editing field that might work in this case?
Thanks,
/Mike