mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
d450fce77b
* add trimSelection - both, start, end, no * add documentation for trimSelection to tm-edit-text-operation tiddler * add trimSelection both to all buttions where it makes sense * change "both" to "yes" as a default * fix trimSelection typo * fix trimSelection typo * docs trimSelection add "no" as possible value - it's the default * remove some redundant variable declarations * update from-version * fix comment typos * fix whitespace * make local variables more visible
16 lines
474 B
Plaintext
16 lines
474 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>get[type]prefix[text/vnd.tiddlywiki]]
|
|
shortcuts: ((strikethrough))
|
|
|
|
<$action-sendmessage
|
|
$message="tm-edit-text-operation"
|
|
$param="wrap-selection"
|
|
prefix="~~"
|
|
suffix="~~"
|
|
trimSelection="yes"
|
|
/>
|