2015-08-31 15:49:47 +00:00
|
|
|
title: $:/plugins/tiddlywiki/text-slicer/ui/slice-toolbar-button
|
2015-08-01 12:15:24 +00:00
|
|
|
tags: $:/tags/ViewToolbar
|
2015-08-03 14:10:35 +00:00
|
|
|
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
|
2015-08-01 12:15:24 +00:00
|
|
|
|
2017-07-12 15:47:52 +00:00
|
|
|
\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>>>
|
2015-08-01 12:15:24 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
|
2015-08-31 15:49:47 +00:00
|
|
|
{{$:/plugins/tiddlywiki/text-slicer/images/text-slicer-icon}}
|
2015-08-01 12:15:24 +00:00
|
|
|
</$list>
|
|
|
|
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
2017-07-12 15:47:52 +00:00
|
|
|
<span class="tc-btn-text"> Slice tiddler</span>
|
2015-08-01 12:15:24 +00:00
|
|
|
</$list>
|
|
|
|
</$button>
|