mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
12 lines
332 B
Plaintext
12 lines
332 B
Plaintext
title: $:/core/ui/EditorToolbar/rotate-left
|
|
tags: $:/tags/EditorToolbar
|
|
icon: $:/core/images/rotate-left
|
|
caption: {{$:/language/Buttons/RotateLeft/Caption}}
|
|
description: {{$:/language/Buttons/RotateLeft/Hint}}
|
|
condition: [<targetTiddler>is[image]]
|
|
|
|
<$action-sendmessage
|
|
$message="tm-edit-bitmap-operation"
|
|
$param="rotate-left"
|
|
/>
|