Add Undo and Redo Buttons to the Editor Toolbar #3662
Closed
St0ckfish
started this conversation in
Feature Requests
Replies: 1 comment 9 replies
-
First, this is not a Second, it's quite easy to implement on your own. You can simply add 2 buttons to the toolbar with following code
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I would like to request the addition of undo and redo buttons to the PlateJS text editor's toolbar. Currently, users can only use keyboard shortcuts for these actions, which might not be intuitive for everyone. Adding dedicated buttons would enhance usability and make the editor more accessible to all users.
If you need any assistance with implementing this feature, I'd be happy to help!
Reproduction URL
No response
Reproduction steps
Go to the PlateJS text editor demo page at https://platejs.org/. Click on the editor area to focus. Make some changes to the text, such as typing or formatting. Look at the toolbar above the editor. Scroll through the toolbar options to find undo and redo buttons. Observe that there are no undo or redo buttons available. Try to undo your changes without using keyboard shortcuts. See that it's not possible to perform undo or redo actions via the toolbar.
Plate version
latest
Slate React version
latest
Screenshots
No response
Logs
No response
Browsers
No response
Funding
Beta Was this translation helpful? Give feedback.
All reactions