Text-slicer: Only show slice button for text tiddlers

This commit is contained in:
Jeremy Ruston 2019-09-16 16:16:18 +01:00
parent 8c89461291
commit 83954582f4
1 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@ description: Slice this text tiddler by headings and lists
Slice this text tiddler into chunks
\end
<$list filter="[<currentTiddler>!is[image]!is[binary]]" variable="ignore">
<$button tooltip=<<hint>> aria-label=<<hint>> class=<<tv-config-toolbar-class>>>
<$action-sendmessage $message="tm-modal" $param="$:/plugins/tiddlywiki/text-slicer/ui/slice-modal" currentTiddler=<<currentTiddler>>/>
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
@ -18,4 +19,5 @@ Slice this text tiddler into chunks
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text"> Slice tiddler</span>
</$list>
</$button>
</$button>
</$list>