Skip to content
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

Undo or Clear Formats #77

Closed
drnkwati opened this issue Oct 30, 2017 · 1 comment
Closed

Undo or Clear Formats #77

drnkwati opened this issue Oct 30, 2017 · 1 comment

Comments

@drnkwati
Copy link

Hi guys
I think it would be nice to add the option of undo, remove or clear formats.
What about the ability to preview editor code
thanks

@drnkwati
Copy link
Author

Add this to actions

undo: {
icon: '',
title: 'Undo',
result: function result() {
return exec('undo');
}
},
redo: {
icon: '',
title: 'redo',
result: function result() {
return exec('redo');
}
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant