2016-04-22 07:41:31 +00:00
|
|
|
title: $:/plugins/tiddlywiki/markdown/new-markdown-button
|
|
|
|
tags: $:/tags/PageControls
|
|
|
|
caption: {{$:/plugins/tiddlywiki/markdown/images/new-markdown-button}} {{$:/language/Buttons/NewMarkdown/Caption}}
|
|
|
|
description: {{$:/language/Buttons/NewMarkdown/Hint}}
|
|
|
|
list-after: $:/core/ui/Buttons/new-tiddler
|
|
|
|
|
2019-10-07 17:50:30 +00:00
|
|
|
\whitespace trim
|
2016-04-22 07:41:31 +00:00
|
|
|
<$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/x-markdown"/>
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
|
2016-04-22 07:41:31 +00:00
|
|
|
{{$:/plugins/tiddlywiki/markdown/images/new-markdown-button}}
|
|
|
|
</$list>
|
2020-01-05 13:54:06 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
2016-04-22 07:41:31 +00:00
|
|
|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/NewMarkdown/Caption}}/></span>
|
|
|
|
</$list>
|
|
|
|
</$button>
|