mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-27 17:34:45 +00:00
497d9812c8
The arrangement of disabling and enabling buttons within the tiddler info panel is temporary.
12 lines
430 B
Plaintext
12 lines
430 B
Plaintext
title: $:/core/ui/ViewToolbar/edit
|
|
tags: $:/tags/ViewToolbar
|
|
|
|
<$button message="tw-edit-tiddler" title={{$:/language/Buttons/Edit/Hint}} aria-label={{$:/language/Buttons/Edit/Caption}} class="btn-invisible">
|
|
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
|
|
{{$:/core/images/edit-button}}
|
|
</$list>
|
|
<$list filter="[<tw-config-toolbar-text>prefix[yes]]">
|
|
<$text text={{$:/language/Buttons/Edit/Caption}}/>
|
|
</$list>
|
|
</$button>
|