mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
16 lines
649 B
Plaintext
16 lines
649 B
Plaintext
title: $:/core/ui/Buttons/open-window
|
|
tags: $:/tags/ViewToolbar
|
|
caption: {{$:/core/images/open-window}} {{$:/language/Buttons/OpenWindow/Caption}}
|
|
description: {{$:/language/Buttons/OpenWindow/Hint}}
|
|
|
|
\whitespace trim
|
|
<$button message="tm-open-window" tooltip={{$:/language/Buttons/OpenWindow/Hint}} aria-label={{$:/language/Buttons/OpenWindow/Caption}} class=<<tv-config-toolbar-class>>>
|
|
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
|
|
{{$:/core/images/open-window}}
|
|
</$list>
|
|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
|
<span class="tc-btn-text">
|
|
<$text text={{$:/language/Buttons/OpenWindow/Caption}}/>
|
|
</span>
|
|
</$list>
|
|
</$button> |