mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 23:34:50 +00:00
13 lines
354 B
Plaintext
13 lines
354 B
Plaintext
title: $:/core/ui/EditorToolbar/undo
|
|
tags: $:/tags/EditorToolbar
|
|
icon: $:/core/images/undo
|
|
caption: {{$:/language/Buttons/Undo/Caption}}
|
|
description: {{$:/language/Buttons/Undo/Hint}}
|
|
condition: [<targetTiddler>!is[image]]
|
|
button-classes: tc-text-editor-toolbar-item-start-group
|
|
|
|
<$action-sendmessage
|
|
$message="tm-edit-text-operation"
|
|
$param="undo"
|
|
/>
|