mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-09 10:18:06 +00:00
More buttons for the view toolbar
The arrangement of disabling and enabling buttons within the tiddler info panel is temporary.
This commit is contained in:
11
core/ui/ViewToolbar/permaview.tid
Normal file
11
core/ui/ViewToolbar/permaview.tid
Normal file
@@ -0,0 +1,11 @@
|
||||
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>
|
||||
Reference in New Issue
Block a user