mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-23 00:21:22 -08:00
13 lines
597 B
Text
13 lines
597 B
Text
title: $:/core/ui/Buttons/new-tiddler
|
|
tags: $:/tags/PageControls
|
|
caption: {{$:/core/images/new-button}} {{$:/language/Buttons/NewTiddler/Caption}}
|
|
description: {{$:/language/Buttons/NewTiddler/Hint}}
|
|
|
|
<$button message="tm-new-tiddler" title={{$:/language/Buttons/NewTiddler/Hint}} aria-label={{$:/language/Buttons/NewTiddler/Caption}} class=<<tv-config-toolbar-class>>>
|
|
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
|
|
{{$:/core/images/new-button}}
|
|
</$list>
|
|
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
|
<$text text={{$:/language/Buttons/NewTiddler/Caption}}/>
|
|
</$list>
|
|
</$button>
|