mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-03 08:36:18 +00:00
15 lines
442 B
Plaintext
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="~~"
|
||
|
/>
|