2023-01-14 09:49:04 +00:00
|
|
|
title: $:/plugins/tiddlywiki/markdown-legacy/new-markdown-button
|
|
|
|
tags: $:/tags/PageControls
|
|
|
|
caption: {{$:/plugins/tiddlywiki/markdown-legacy/images/new-markdown-button}} {{$:/language/Buttons/NewMarkdown/Caption}}
|
|
|
|
description: {{$:/language/Buttons/NewMarkdown/Hint}}
|
|
|
|
list-after: $:/core/ui/Buttons/new-tiddler
|
|
|
|
|
|
|
|
\whitespace trim
|
|
|
|
<$button tooltip={{$:/language/Buttons/NewMarkdown/Hint}} aria-label={{$:/language/Buttons/NewMarkdown/Caption}} class=<<tv-config-toolbar-class>>>
|
|
|
|
<$action-sendmessage $message="tm-new-tiddler" type="text/markdown"/>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%if [<tv-config-toolbar-icons>match[yes]] %>
|
2023-01-14 09:49:04 +00:00
|
|
|
{{$:/plugins/tiddlywiki/markdown-legacy/images/new-markdown-button}}
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
|
|
|
<%if [<tv-config-toolbar-text>match[yes]] %>
|
2023-01-14 09:49:04 +00:00
|
|
|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/NewMarkdown/Caption}}/></span>
|
2024-09-10 11:00:13 +00:00
|
|
|
<%endif%>
|
2023-01-14 09:49:04 +00:00
|
|
|
</$button>
|