mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
16 lines
464 B
Plaintext
Executable File
16 lines
464 B
Plaintext
Executable File
title: $:/plugins/tiddlywiki/markdown/EditorToolbar/heading-6
|
|
list-after: $:/core/ui/EditorToolbar/heading-6
|
|
tags: $:/tags/EditorToolbar
|
|
icon: $:/core/images/heading-6
|
|
caption: {{$:/language/Buttons/Heading6/Caption}} (Markdown)
|
|
description: {{$:/language/Buttons/Heading6/Hint}}
|
|
condition: [<targetTiddler>type[text/x-markdown]]
|
|
shortcuts: ((heading-6))
|
|
|
|
<$action-sendmessage
|
|
$message="tm-edit-text-operation"
|
|
$param="prefix-lines"
|
|
character="#"
|
|
count="6"
|
|
/>
|