mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-17 12:42:51 +00:00
2adf09129d
Tada!
12 lines
298 B
Plaintext
12 lines
298 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]]
|
|
|
|
<$action-sendmessage
|
|
$message="tm-edit-text-operation"
|
|
$param="undo"
|
|
/>
|