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}}
|
|
|
|
|
2017-07-12 15:47:52 +00:00
|
|
|
\whitespace trim
|
2024-09-05 17:40:18 +00:00
|
|
|
\procedure newHereActions()
|
2023-03-11 11:13:35 +00:00
|
|
|
<$set name="tags" filter="[<currentTiddler>] [enlist{$:/config/NewTiddler/Tags}]">
|
2019-04-23 16:54:49 +00:00
|
|
|
<$action-sendmessage $message="tm-new-tiddler" tags=<<tags>>/>
|
|
|
|
</$set>
|
2014-10-09 19:11:11 +00:00
|
|
|
\end
|
2024-09-05 17:40:18 +00:00
|
|
|
\procedure newHereButton()
|
2019-04-23 16:54:49 +00:00
|
|
|
<$button actions=<<newHereActions>> tooltip={{$:/language/Buttons/NewHere/Hint}} aria-label={{$:/language/Buttons/NewHere/Caption}} class=<<tv-config-toolbar-class>>>
|
2024-09-05 17:40:18 +00:00
|
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
2014-10-08 21:02:32 +00:00
|
|
|
{{$:/core/images/new-here-button}}
|
2024-09-05 17:40:18 +00:00
|
|
|
<%endif%>
|
|
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
2017-07-12 15:47:52 +00:00
|
|
|
<span class="tc-btn-text">
|
|
|
|
<$text text={{$:/language/Buttons/NewHere/Caption}}/>
|
|
|
|
</span>
|
2024-09-05 17:40:18 +00:00
|
|
|
<%endif%>
|
2014-10-08 21:02:32 +00:00
|
|
|
</$button>
|
2014-10-09 12:08:11 +00:00
|
|
|
\end
|
2019-10-13 15:53:52 +00:00
|
|
|
<<newHereButton>>
|