mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
16 lines
508 B
Plaintext
16 lines
508 B
Plaintext
|
title: $:/plugins/tiddlywiki/markdown-legacy/EditorToolbar/mono-line
|
||
|
list-after: $:/core/ui/EditorToolbar/mono-line
|
||
|
tags: $:/tags/EditorToolbar
|
||
|
icon: $:/core/images/mono-line
|
||
|
caption: {{$:/language/Buttons/MonoLine/Caption}} (Markdown)
|
||
|
description: {{$:/language/Buttons/MonoLine/Hint}}
|
||
|
condition: [<targetTiddler>type[text/x-markdown]] [<targetTiddler>type[text/markdown]]
|
||
|
shortcuts: ((mono-line))
|
||
|
|
||
|
<$action-sendmessage
|
||
|
$message="tm-edit-text-operation"
|
||
|
$param="wrap-selection"
|
||
|
prefix="`"
|
||
|
suffix="`"
|
||
|
/>
|