title: $:/core/ui/EditTemplate/body tags: $:/tags/EditTemplate \define prompt() Type the text for this tiddler \end <$reveal state="$:/ShowEditPreview" type="match" text="yes"> <$transclude tiddler="$:/core/ui/EditorHint"/> <$button type="set" set="$:/ShowEditPreview" setTo="no">hide preview
<$transclude />
<$edit field="text" class="tw-edit-texteditor" placeholder=<>/>
<$reveal state="$:/ShowEditPreview" type="nomatch" text="yes"> <$transclude tiddler="$:/core/ui/EditorHint"/> <$button type="set" set="$:/ShowEditPreview" setTo="yes">show preview <$edit field="text" class="tw-edit-texteditor" placeholder=<>/>