1. Why
so far(2018-8-26) Quill document didn't say anything about what is the correct / suggest way to store and display content from quill editor
2. Base on my current understanding
There are 2 way to store and then display content when using quill editor to write content.
-
(Delta) Store Delta into database (MySQL/PostgreSQL as JSON). then, when Display, use some library convert Delta to HTML and then display
-
(HTML) Store HTML using quill.root.innerHTML into database (MySQL/PostgreSQL) and then just Display these HTML
3. Question
Would you guys write about this topic (store&display) in document?
Thanks!
(I am still researching, If I find any new info helpful for this. I would update this issue)
4. info relate to this topic
https://www.bountysource.com/issues/37978100-render-quill-delta-without-instantiating-an-editor
#993
#1551
1. Why
so far(2018-8-26) Quill document didn't say anything about what is the correct / suggest way to store and display content from quill editor
2. Base on my current understanding
There are 2 way to store and then display content when using quill editor to write content.
(Delta) Store Delta into database (MySQL/PostgreSQL as JSON). then, when Display, use some library convert Delta to HTML and then display
(HTML) Store HTML using
quill.root.innerHTMLinto database (MySQL/PostgreSQL) and then just Display these HTML3. Question
Would you guys write about this topic (store&display) in document?
Thanks!
(I am still researching, If I find any new info helpful for this. I would update this issue)
4. info relate to this topic
https://www.bountysource.com/issues/37978100-render-quill-delta-without-instantiating-an-editor
#993
#1551