mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-18 07:44:51 +00:00
497d9812c8
The arrangement of disabling and enabling buttons within the tiddler info panel is temporary.
12 lines
452 B
Plaintext
12 lines
452 B
Plaintext
title: $:/core/ui/ViewToolbar/permaview
|
|
tags: $:/tags/ViewToolbar
|
|
|
|
<$button message="tw-permaview" title={{$:/language/Buttons/Permaview/Hint}} aria-label={{$:/language/Buttons/Permaview/Caption}} class="btn-invisible">
|
|
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
|
|
{{$:/core/images/permaview-button}}
|
|
</$list>
|
|
<$list filter="[<tw-config-toolbar-text>prefix[yes]]">
|
|
<$text text={{$:/language/Buttons/Permaview/Caption}}/>
|
|
</$list>
|
|
</$button>
|