1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 00:10:45 +00:00
TiddlyWiki5/plugins/tiddlywiki/text-slicer/ui/slice-toolbar-button.tid

20 lines
745 B
Plaintext
Raw Normal View History

title: $:/plugins/tiddlywiki/text-slicer/ui/slice-toolbar-button
tags: $:/tags/ViewToolbar
list-before: $:/core/ui/Buttons/edit
2017-07-18 14:44:27 +00:00
caption: {{$:/plugins/tiddlywiki/text-slicer/images/text-slicer-icon}} Slice text tiddler
description: Slice this text tiddler by headings and lists
\whitespace trim
2015-08-03 08:13:45 +00:00
\define hint()
2017-07-18 14:44:27 +00:00
Slice this text tiddler by headings and lists
2015-08-03 08:13:45 +00:00
\end
<$button message="tm-slice-tiddler" param=<<currentTiddler>> tooltip=<<hint>> aria-label=<<hint>> class=<<tv-config-toolbar-class>>>
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
{{$:/plugins/tiddlywiki/text-slicer/images/text-slicer-icon}}
</$list>
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text"> Slice tiddler</span>
</$list>
</$button>