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
408 B
Plaintext
15 lines
408 B
Plaintext
title: $:/core/ui/EditorToolbar/bold
|
|
tags: $:/tags/EditorToolbar
|
|
icon: $:/core/images/bold
|
|
caption: {{$:/language/Buttons/Bold/Caption}}
|
|
description: {{$:/language/Buttons/Bold/Hint}}
|
|
condition: [<targetTiddler>!has[type]] [<targetTiddler>get[type]prefix[text/vnd.tiddlywiki]]
|
|
shortcuts: ((bold))
|
|
|
|
<$action-sendmessage
|
|
$message="tm-edit-text-operation"
|
|
$param="wrap-selection"
|
|
prefix="''"
|
|
suffix="''"
|
|
/>
|