2015-08-31 16:49:47 +01:00
|
|
|
title: $:/plugins/tiddlywiki/text-slicer/ui/slice-toolbar-button
|
2015-08-01 13:15:24 +01:00
|
|
|
tags: $:/tags/ViewToolbar
|
2015-08-03 15:10:35 +01:00
|
|
|
list-before: $:/core/ui/Buttons/edit
|
2017-07-18 15:44:27 +01: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 13:15:24 +01:00
|
|
|
|
2017-07-12 16:47:52 +01:00
|
|
|
\whitespace trim
|
|
|
|
|
2015-08-03 09:13:45 +01:00
|
|
|
\define hint()
|
2017-12-14 14:16:54 +00:00
|
|
|
Slice this text tiddler into chunks
|
2015-08-03 09:13:45 +01:00
|
|
|
\end
|
|
|
|
|
2019-09-16 16:16:18 +01:00
|
|
|
<$list filter="[<currentTiddler>!is[image]!is[binary]]" variable="ignore">
|
2017-12-14 14:16:54 +00:00
|
|
|
<$button tooltip=<<hint>> aria-label=<<hint>> class=<<tv-config-toolbar-class>>>
|
2018-01-30 11:06:50 +00:00
|
|
|
<$action-sendmessage $message="tm-modal" $param="$:/plugins/tiddlywiki/text-slicer/ui/slice-modal" currentTiddler=<<currentTiddler>>/>
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
|
2015-08-31 16:49:47 +01:00
|
|
|
{{$:/plugins/tiddlywiki/text-slicer/images/text-slicer-icon}}
|
2015-08-01 13:15:24 +01:00
|
|
|
</$list>
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
2021-05-25 03:24:37 +09:00
|
|
|
<span class="tc-btn-text">Slice tiddler</span>
|
2015-08-01 13:15:24 +01:00
|
|
|
</$list>
|
2019-09-16 16:16:18 +01:00
|
|
|
</$button>
|
|
|
|
</$list>
|