mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
2adf09129d
Tada!
15 lines
432 B
Plaintext
15 lines
432 B
Plaintext
title: $:/core/ui/EditorToolbar/superscript
|
|
tags: $:/tags/EditorToolbar
|
|
icon: $:/core/images/superscript
|
|
caption: {{$:/language/Buttons/Superscript/Caption}}
|
|
description: {{$:/language/Buttons/Superscript/Hint}}
|
|
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
|
|
shortcuts: ((superscript))
|
|
|
|
<$action-sendmessage
|
|
$message="tm-edit-text-operation"
|
|
$param="wrap-selection"
|
|
prefix="^^"
|
|
suffix="^^"
|
|
/>
|