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

14 lines
597 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
2014-08-28 20:43:44 +00:00
<$button message="tm-new-tiddler" title={{$:/language/Buttons/NewTiddler/Hint}} aria-label={{$:/language/Buttons/NewTiddler/Caption}} class=<<tw-config-toolbar-class>>>
2014-07-29 09:20:13 +00:00
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
{{$:/core/images/new-button}}
</$list>
<$list filter="[<tw-config-toolbar-text>prefix[yes]]">
<$text text={{$:/language/Buttons/NewTiddler/Caption}}/>
</$list>
</$button>