mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 01:56:20 +00:00
14 lines
736 B
Plaintext
14 lines
736 B
Plaintext
|
title: $:/core/ui/Buttons/fold-all
|
||
|
tags: $:/tags/PageControls
|
||
|
caption: {{$:/core/images/fold-all-button}} {{$:/language/Buttons/FoldAll/Caption}}
|
||
|
description: {{$:/language/Buttons/FoldAll/Hint}}
|
||
|
|
||
|
<$button tooltip={{$:/language/Buttons/FoldAll/Hint}} aria-label={{$:/language/Buttons/FoldAll/Caption}} class=<<tv-config-toolbar-class>>>
|
||
|
<$action-sendmessage $message="tm-fold-all-tiddlers" $param=<<currentTiddler>> foldedStatePrefix="$:/state/folded/"/>
|
||
|
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]" variable="listItem">
|
||
|
{{$:/core/images/fold-all-button}}
|
||
|
</$list>
|
||
|
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
||
|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/FoldAll/Caption}}/></span>
|
||
|
</$list>
|
||
|
</$button>
|