mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 00:56:17 +00:00
17 lines
665 B
Plaintext
17 lines
665 B
Plaintext
title: $:/core/ui/Buttons/new-image
|
|
tags: $:/tags/PageControls
|
|
caption: {{$:/core/images/new-image-button}} {{$:/language/Buttons/NewImage/Caption}}
|
|
description: {{$:/language/Buttons/NewImage/Hint}}
|
|
|
|
\whitespace trim
|
|
<$button tooltip={{$:/language/Buttons/NewImage/Hint}} aria-label={{$:/language/Buttons/NewImage/Caption}} class=<<tv-config-toolbar-class>> actions={{$:/core/ui/Actions/new-image}}>
|
|
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
|
|
{{$:/core/images/new-image-button}}
|
|
</$list>
|
|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
|
<span class="tc-btn-text">
|
|
<$text text={{$:/language/Buttons/NewImage/Caption}}/>
|
|
</span>
|
|
</$list>
|
|
</$button>
|