-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SuperEditor] Support undo/redo #67
Comments
It's October 2023 now. why hasn't it been changed? how can I support undo redo? 😢 |
Any updates? |
We've migrated to atomic commands, which was a critical pre-requisite for undo/redo. We're still vetting that system, which is comprised of requests, commands, and reactions. We haven't started working directly on undo/redo yet. |
@matthew-carroll @angelosilvestre any plans on this? This is a pretty important feature for any editor. |
This is being developed right now |
This would be awesome! My use case for this is native fidelity. Undo/redo with The editor I'm working on is light and have no immediate requirements for custom components etc. The main reason I want to use a third party editor such as super editor compared to Flutter's text field is the the support for ordered and unordered lists in addition to the easier way to add support for styling such as bold and code formatted text. |
@simonbengtsson can you clarify whether you're asking for this in |
Right! I should have posted this in #189 if I had found this before posting since my use case is actually a text field I believe. It is applicable to both however ie the undo/redo use case as described above is the same for both document editors such as the one in Google Docs and text fields such as the one here on Github where I'm writing this comment. |
Hey! How is development going on this? When is a initial version expected to be released? |
Refactor all existing
DocumentEditor
behaviors to support undo/redo, probably by way of an event-source solution.The text was updated successfully, but these errors were encountered: