1
0
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:
Jermolene
2014-07-27 11:43:26 +01:00
parent 0485e3fa02
commit 497d9812c8
13 changed files with 122 additions and 4 deletions

View 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>