mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-11 04:19:56 +00:00
27f3de2f88
* allow wikitext formatting buttons for types [prefix[text/vnd.tiddlywiki]] which is very permissive * add 2 missing buttons
15 lines
433 B
Plaintext
15 lines
433 B
Plaintext
title: $:/core/ui/EditorToolbar/underline
|
|
tags: $:/tags/EditorToolbar
|
|
icon: $:/core/images/underline
|
|
caption: {{$:/language/Buttons/Underline/Caption}}
|
|
description: {{$:/language/Buttons/Underline/Hint}}
|
|
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
|
shortcuts: ((underline))
|
|
|
|
<$action-sendmessage
|
|
$message="tm-edit-text-operation"
|
|
$param="wrap-selection"
|
|
prefix="__"
|
|
suffix="__"
|
|
/>
|