mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-27 05:03:13 +00:00

The arrangement of disabling and enabling buttons within the tiddler info panel is temporary.
12 lines
459 B
Plaintext
12 lines
459 B
Plaintext
title: $:/core/ui/ViewToolbar/info
|
|
tags: $:/tags/ViewToolbar
|
|
|
|
<$button popup=<<tiddlerInfoState>> title={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class="btn-invisible" selectedClass="tw-selected">
|
|
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
|
|
{{$:/core/images/info-button}}
|
|
</$list>
|
|
<$list filter="[<tw-config-toolbar-text>prefix[yes]]">
|
|
<$text text={{$:/language/Buttons/Info/Caption}}/>
|
|
</$list>
|
|
</$button>
|