I am having real trouble understanding how to work with quill...
Saving the data is not a problem as that pretty straight forward :)
I am a little stuck on two points
- How to edit the saved data in quill
- How to parse the saved data to create a static page
can anyone offer any advice how to load the delta
{"ops":[{"insert":"this is a test bit of text\n"}]}
back into the quill editor and how to parse the output to create a page?
Thanks in advance for any replies!