2016-04-22 07:36:29 +00:00
|
|
|
title: $:/core/ui/EditorToolbar/stamp-dropdown
|
|
|
|
|
2021-08-29 16:48:32 +00:00
|
|
|
<$macrocall $name="list-tagged-draggable" tag="$:/tags/TextEditor/Snippet" subFilter="!is[draft]" itemTemplate="$:/core/ui/EditorToolbar/StampDropdown/ItemTemplate"/>
|
2016-04-22 07:36:29 +00:00
|
|
|
|
|
|
|
----
|
|
|
|
|
|
|
|
<$button tag="a">
|
|
|
|
|
|
|
|
<$action-sendmessage
|
|
|
|
$message="tm-new-tiddler"
|
|
|
|
tags="$:/tags/TextEditor/Snippet"
|
|
|
|
caption={{$:/language/Buttons/Stamp/New/Title}}
|
|
|
|
text={{$:/language/Buttons/Stamp/New/Text}}
|
|
|
|
/>
|
|
|
|
|
|
|
|
<$action-deletetiddler
|
|
|
|
$tiddler=<<dropdown-state>>
|
|
|
|
/>
|
|
|
|
|
|
|
|
<em>
|
|
|
|
|
|
|
|
<$text text={{$:/language/Buttons/Stamp/Caption/New}}/>
|
|
|
|
|
|
|
|
</em>
|
|
|
|
|
|
|
|
</$button>
|