mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
f59809e9a4
Previously, the standard toolbar buttons exhibited uneven spacing due to the vestigial whitespace.
17 lines
665 B
Plaintext
17 lines
665 B
Plaintext
title: $:/core/ui/Buttons/clone
|
|
tags: $:/tags/ViewToolbar
|
|
caption: {{$:/core/images/clone-button}} {{$:/language/Buttons/Clone/Caption}}
|
|
description: {{$:/language/Buttons/Clone/Hint}}
|
|
|
|
\whitespace trim
|
|
<$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=" "/>
|
|
<$text text={{$:/language/Buttons/Clone/Caption}}/>
|
|
</span>
|
|
</$list>
|
|
</$button> |