josephg / diamond-types

The world's fastest CRDT. WIP.
1.61k stars 31 forks source link

Rich Text #11

Open dumblob opened 2 years ago

dumblob commented 2 years ago

I wonder whether you thought of extending diamond types to more complex structures - especially something like rich text?

I just got notification about the article https://www.inkandswitch.com/peritext/?utm_source=geoffreylitt&utm_medium=email (co-authored by @geoffreylitt ) and must say it was an interesting read.

I sense there might be some (smaller or bigger, IDK) overlap with ORDTs, but didn't have time to investigate it now.

dumblob commented 2 years ago

Oh, now I noticed your name in the credits of the article. Feel free to close this as it seems redundant.

DiamondYuan commented 2 years ago

Oh, now I noticed your name in the credits of the article. Feel free to close this as it seems redundant.

https://github.com/DiamondYuan/diamond-doc

I made an ORDTS lib , and Rich text can be easily implemented.

dumblob commented 2 years ago

@DiamondYuan sounds interesting - will take a look. Thanks for the link.