mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
a84dc61303
* removed trailing whitespaces in button tids * defined a global left margin for buttons set to 5px * slightly less than in view-mode before * slightly more than in edit-mode before * but visually more appealing to me * leaves a wee more room for the title to unfold
13 lines
628 B
Plaintext
13 lines
628 B
Plaintext
title: $:/core/ui/Buttons/clone
|
|
tags: $:/tags/ViewToolbar
|
|
caption: {{$:/core/images/clone-button}} {{$:/language/Buttons/Clone/Caption}}
|
|
description: {{$:/language/Buttons/Clone/Hint}}
|
|
|
|
<$button message="tm-new-tiddler" param=<<currentTiddler>> tooltip={{$:/language/Buttons/Clone/Hint}} aria-label={{$:/language/Buttons/Clone/Caption}} class=<<tv-config-toolbar-class>>>
|
|
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
|
|
{{$:/core/images/clone-button}}
|
|
</$list>
|
|
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Clone/Caption}}/></span>
|
|
</$list>
|
|
</$button> |