words icon indicating copy to clipboard operation
words copied to clipboard

A humble yet ambitious attempt to build a WYSIWYG editor, backed by JSON, without relying on document.execCommand

Results 4 words issues
Sort by recently updated
recently updated
newest added

I stumbled on this when I read about it in one of the contenteditable issues on medium-editor. I very much approve of the idea to not use `execCommand`. Have you...

question

- [ ] Add phantom (or another headless browser simulator) - [ ] Create POC application test(s) to test something in `words.js` - [ ] Create POC test(s) to cover...

Before moving on with refactors or more functionality, let's establish a code coverage bar and help reduce regressions moving forward.

If the underlying array of character objects inside the document is instead an actual string, there will be significant performance benefit when doing each update to the data structure.