In quill.js and flask question in the quill.js form how do I get the content using flask ?
For example for simplicity assume I am not using flask wtf form in flask I would go tiptap_form = request.form.get('tiptap') but how do I add the contents in quill.js ? Whenever I add for example textarea in the html it screws up the quill.js content.
Here is the code
https://paste.pythondiscord.com/OBHA
I slightly screwed up in the pastebin the imports should be lower down but in the code it is correct.