mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
16 lines
401 B
Plaintext
16 lines
401 B
Plaintext
|
title: $:/core/ui/EditorToolbar/quote
|
||
|
tags: $:/tags/EditorToolbar
|
||
|
icon: $:/core/images/quote
|
||
|
caption: {{$:/language/Buttons/Quote/Caption}}
|
||
|
description: {{$:/language/Buttons/Quote/Hint}}
|
||
|
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
||
|
shortcuts: ((quote))
|
||
|
|
||
|
<$action-sendmessage
|
||
|
$message="tm-edit-text-operation"
|
||
|
$param="wrap-lines"
|
||
|
prefix="
|
||
|
<<<"
|
||
|
suffix="<<<"
|
||
|
/>
|