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