|
|
|
|
|
by blorenz
1465 days ago
|
|
This is the first I have heard of TipTap, went to the demo and am very enthused about it now! What I don't immediately see is things around serialization. What does your persistence layer look for this? What is your presentation of this serialized data? I'm on the React end of things so I currently serialize to markdown and utilize `react-markdown` to display the contents. |
|
Using Yjs in combination with PouchDB worked really well, it effectively allows you to have conflict free auto merging for Pouch/CouchDB documents.
See here for details:
https://discuss.yjs.dev/t/distributed-offline-editing-with-c...
https://gist.github.com/samwillis/1465da23194d1ad480a5548458...