Support CRDT rich text
Based on my Peritext PoC.
Rich Text would be HTML?
or would markdown itself be considered as rich text and with that could result in issues having that in a property ?
https://github.com/evoluhq/evolu.me uses Lexical data model. It works, but it could be better. You can store HTML as a string as well. Unfortunately, the ideal solution is much harder: something like Automerge + Peritext.
Automerge 2.2 supports Rich Text 🎉 But the automerge itself isn't working with Next.js.
https://github.com/automerge/automerge/issues/925
The idea is to leverage Automerge in Evolu for rich tech documents and use Evolu as a sync encrypted, etc. layer.