1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 19:39:55 +00:00
TiddlyWiki5/core/ui/EditorToolbar/strikethrough.tid
2016-04-22 08:36:29 +01:00

15 lines
442 B
Plaintext

title: $:/core/ui/EditorToolbar/strikethrough
tags: $:/tags/EditorToolbar
icon: $:/core/images/strikethrough
caption: {{$:/language/Buttons/Strikethrough/Caption}}
description: {{$:/language/Buttons/Strikethrough/Hint}}
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
shortcuts: ((strikethrough))
<$action-sendmessage
$message="tm-edit-text-operation"
$param="wrap-selection"
prefix="~~"
suffix="~~"
/>