Hacker News new | ask | show | jobs
by rocketraman 3951 days ago
The primary data structure underneath is a "causal tree" CRDT. However, import/export to a JSON structure representing rich text is the "native" format. Example is the source used to create the text in demo instances of the editor:

https://github.com/ritzyed/ritzy-demo/blob/master/src/create...