title: $:/core/ui/Buttons/fold tags: $:/tags/ViewToolbar caption: {{$:/core/images/fold-button}} {{$:/language/Buttons/Fold/Caption}} description: {{$:/language/Buttons/Fold/Hint}} \whitespace trim <$reveal type="nomatch" stateTitle=<> text="hide" default="show"> <$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=<>> <$action-sendmessage $message="tm-fold-tiddler" $param=<> foldedState=<>/> <%if [match[yes]] %> {{$:/core/images/fold-button}} <%endif%> <%if [match[yes]] %> <$text text={{$:/language/Buttons/Fold/Caption}}/> <%endif%> <$reveal type="match" stateTitle=<> text="hide" default="show"> <$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=<>> <$action-sendmessage $message="tm-fold-tiddler" $param=<> foldedState=<>/> <%if [match[yes]] %> {{$:/core/images/unfold-button}} <%endif%> <%if [match[yes]] %> <$text text={{$:/language/Buttons/Unfold/Caption}}/> <%endif%>