mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-15 14:24:51 +00:00
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
|
title: $:/core/ui/EditorToolbar/redo
|
||
|
tags: $:/tags/EditorToolbar
|
||
|
icon: $:/core/images/redo
|
||
|
caption: {{$:/language/Buttons/Redo/Caption}}
|
||
|
description: {{$:/language/Buttons/Redo/Hint}}
|
||
|
condition: [<targetTiddler>!is[image]]
|
||
|
|
||
|
<$action-sendmessage
|
||
|
$message="tm-edit-text-operation"
|
||
|
$param="redo"
|
||
|
/>
|