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