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