1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-30 13:02:53 +00:00
TiddlyWiki5/core/ui/EditorToolbar/stamp-dropdown.tid

27 lines
559 B
Plaintext
Raw Normal View History

title: $:/core/ui/EditorToolbar/stamp-dropdown
<$macrocall $name="list-tagged-draggable" tag="$:/tags/TextEditor/Snippet" subFilter="!is[draft]" itemTemplate="$:/core/ui/EditorToolbar/StampDropdown/ItemTemplate"/>
----
<$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>