mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
ac08dc2e35
More translations, @BramChen, apologies…
14 lines
754 B
Plaintext
14 lines
754 B
Plaintext
title: $:/core/ui/Buttons/unfold-all
|
|
tags: $:/tags/PageControls
|
|
caption: {{$:/core/images/unfold-all-button}} {{$:/language/Buttons/UnfoldAll/Caption}}
|
|
description: {{$:/language/Buttons/UnfoldAll/Hint}}
|
|
|
|
<$button tooltip={{$:/language/Buttons/UnfoldAll/Hint}} aria-label={{$:/language/Buttons/UnfoldAll/Caption}} class=<<tv-config-toolbar-class>>>
|
|
<$action-sendmessage $message="tm-unfold-all-tiddlers" $param=<<currentTiddler>> foldedStatePrefix="$:/state/folded/"/>
|
|
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]" variable="listItem">
|
|
{{$:/core/images/unfold-all-button}}
|
|
</$list>
|
|
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/UnfoldAll/Caption}}/></span>
|
|
</$list>
|
|
</$button> |