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
|
2015-08-31 15:49:47 +00:00
|
|
|
caption: {{$:/plugins/tiddlywiki/text-slicer/images/text-slicer-icon}} Slice tiddler
|
2015-08-01 12:15:24 +00:00
|
|
|
description: Slice this tiddler by headings and lists
|
|
|
|
|
2015-08-03 08:13:45 +00:00
|
|
|
\define hint()
|
|
|
|
Slice this tiddler by headings and lists
|
|
|
|
\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]]">
|
|
|
|
<span class="tc-btn-text">Slice tiddler</span>
|
|
|
|
</$list>
|
|
|
|
</$button>
|