Re: [w3c/editing] Removal of browser built-in Undo stack functionality from contenteditable (#150)

Related to this discussion is maybe https://github.com/jaredreich/pell (11k stars) . Pell is a tiny richtext editor which uses execCommand and native undo functionality. The appeal of pell is that it is well suited for websites that don't really need a fully fledged rich text editor, while providing basic functionality at little cost (1.38 kb). 

`execCommand` is pretty useful at the moment for building tiny editors. Although you can probably write a small script that polyfills it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/150#issuecomment-559209104

Received on Wednesday, 27 November 2019 18:47:16 UTC