typewriter-editor / typewriter

A rich text editor based off of Quill.js and Ultradom, and using Svelte for UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Browser support?

jacwright opened this issue Β· comments

Typewriter only supports evergreen browsers right now. No IE. Is that something we can live with? I can. πŸ˜€

It would need an audit to make it work. The things I can think of now are Array forEach/map, etc and the use of the template element in the view setHTML() method.

commented

I think that's fine, will add something to the README.

Is that something we can live with? I can.

Me too :)

Am defaulting currently to quill on a large migration but hope to get involved here if possible when things settle. Am very interested to see how the project develops.

Good work!