1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 18:23:28 +00:00
TiddlyWiki5/core/ui/PageControls/newtiddler.tid

14 lines
650 B
Plaintext
Raw Normal View History

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
<$button actions={{$:/core/ui/Actions/new-tiddler}} tooltip={{$:/language/Buttons/NewTiddler/Hint}} aria-label={{$:/language/Buttons/NewTiddler/Caption}} class=<<tv-config-toolbar-class>>>
2014-08-28 21:28:02 +00:00
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
2014-07-29 09:20:13 +00:00
{{$:/core/images/new-button}}
</$list>
2014-08-28 21:28:02 +00:00
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/NewTiddler/Caption}}/></span>
2014-07-29 09:20:13 +00:00
</$list>
</$button>