mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-21 08:50:05 +00:00
Add rotate-left button to bitmap editor toolbar
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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"
|
||||
/>
|
||||
Reference in New Issue
Block a user