nozer/quill-delta-to-html

HTML to Delta?

skela opened this issue · 2 comments

skela commented

Is there any support to convert html to delta?

If not do you have any ideas, or tips to achieve that?

I've found this library here: https://github.com/joelcolucci/node-quill-converter but its only for node applications :(

19h commented

(new Quill(document.createElement('div'))).clipboard.convert(html);

nozer commented

Hi @skela
Unfortunately, I don't at this moment and have not explored that avenue. I think suggestion of @KenanSulayman is a great way to achieve that.