mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
15 lines
397 B
Plaintext
15 lines
397 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>type[text/vnd.tiddlywiki]]
|
||
|
shortcuts: ((bold))
|
||
|
|
||
|
<$action-sendmessage
|
||
|
$message="tm-edit-text-operation"
|
||
|
$param="wrap-selection"
|
||
|
prefix="''"
|
||
|
suffix="''"
|
||
|
/>
|