2014-07-29 12:37:57 +00:00
|
|
|
title: $:/core/ui/Buttons/new-tiddler
|
2013-11-17 21:53:39 +00:00
|
|
|
tags: $:/tags/PageControls
|
2014-07-29 09:20:13 +00:00
|
|
|
caption: {{$:/core/images/new-button}} {{$:/language/Buttons/NewTiddler/Caption}}
|
2014-07-31 08:28:46 +00:00
|
|
|
description: {{$:/language/Buttons/NewTiddler/Hint}}
|
2013-11-17 21:53:39 +00:00
|
|
|
|
2019-10-07 14:13:56 +00:00
|
|
|
\whitespace trim
|
2018-11-07 12:59:21 +00:00
|
|
|
<$button actions={{$:/core/ui/Actions/new-tiddler}} tooltip={{$:/language/Buttons/NewTiddler/Hint}} aria-label={{$:/language/Buttons/NewTiddler/Caption}} class=<<tv-config-toolbar-class>>>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
2014-07-29 09:20:13 +00:00
|
|
|
{{$:/core/images/new-button}}
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
|
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
2021-05-24 18:24:37 +00:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/NewTiddler/Caption}}/>
|
|
|
|
</span>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
2018-11-07 12:59:21 +00:00
|
|
|
</$button>
|