2014-10-08 21:02:32 +00:00
|
|
|
title: $:/core/ui/Buttons/new-here
|
|
|
|
tags: $:/tags/ViewToolbar
|
|
|
|
caption: {{$:/core/images/new-here-button}} {{$:/language/Buttons/NewHere/Caption}}
|
|
|
|
description: {{$:/language/Buttons/NewHere/Hint}}
|
|
|
|
|
2014-10-09 12:08:11 +00:00
|
|
|
\define newHereButton()
|
2014-10-08 21:02:32 +00:00
|
|
|
<$button tooltip={{$:/language/Buttons/NewHere/Hint}} aria-label={{$:/language/Buttons/NewHere/Caption}} class=<<tv-config-toolbar-class>>>
|
2014-10-09 12:08:11 +00:00
|
|
|
<$action-sendmessage $message="tm-new-tiddler" tags="[[$(currentTiddler)$]]"/>
|
2014-10-08 21:02:32 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
|
|
|
|
{{$:/core/images/new-here-button}}
|
|
|
|
</$list>
|
|
|
|
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
|
|
|
<$text text={{$:/language/Buttons/NewHere/Caption}}/>
|
|
|
|
</$list>
|
|
|
|
</$button>
|
2014-10-09 12:08:11 +00:00
|
|
|
\end
|
|
|
|
<<newHereButton>>
|