1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-09 02:08:05 +00:00

Remove undo/redo formatting toolbar buttons

There have been long standing problems with the buttons not working in
Firefox, and now a [further
problem](https://groups.google.com/d/msg/tiddlywiki/GlsruQyPOag/BAhnI2mt
BgAJ) has come to light, and been similarly hard to resolve.

On balance, I’ve decided to remove the undo/redo buttons from the
toolbar (the ctrl/cmd-Z shortcut is still operational), thus avoiding
the problems, and saving some space in the core.
This commit is contained in:
Jermolene
2016-05-01 13:51:45 +01:00
parent 727b7b1ed0
commit 72fb1e22ed
17 changed files with 2 additions and 162 deletions

View File

@@ -1,11 +0,0 @@
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"
/>

View File

@@ -1,12 +0,0 @@
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"
/>