I’m using y-websocket server implementation and it has CALLBACK_URL
and CALLBACK_OBJECTS
environment variables.
For now, if I set CALLBACK_OBJECTS
as '{"quill":"XmlFragment"}'
I will get content of the document as a text. The issue here that it loses all the formatting.
Is it possible to get the whole html document as a callback?
I want to save the result into the database as html document.