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