How does Super Editor handle serialisation deserialisation? What data format is used? #548
Replies: 2 comments 3 replies
-
Superlist is planning to release a package for (de-)serialization to Delta. We're already using it internally, but it's not yet stable enough to release it as a package. SuperEditor will always be agnostic to the format used, but add-ons should allow opinionated ways for serialization. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for this great project. I have already used super_editor for editing notes in my project. Now, how can I upload the content edited by super_editor to Firebase, in what format? Thank you for your answer, after all, this is only one step away from publishing |
Beta Was this translation helpful? Give feedback.
-
I've been using flutter Quill a lot lately. It handles the data in the delta format, which I find super handy for many reasons. I'm able using delta attributes to store custom attributes interpreted by my app and to react to them either in Quill or in the app itself. I'm curios to learn about SuperEditor how is the document serialisation handled? I could not find a clear answer in the docs.
Then I watched the video about SU 2.0. You mentioned coop editing. How is this going to be implemented? How do you plan to transfer the deltas? Cheers!
Beta Was this translation helpful? Give feedback.
All reactions