composablesys / collabs

Collabs library monorepo
https://collabs.readthedocs.io/
Apache License 2.0
254 stars 11 forks source link

CRichText #246

Closed mweidner037 closed 1 year ago

mweidner037 commented 1 year ago
mweidner037 commented 1 year ago

Presence: see https://docs.yjs.dev/getting-started/adding-awareness, https://github.com/automerge/automerge-repo/blob/main/packages/automerge-repo/src/EphemeralData.ts

mweidner037 commented 1 year ago

CRichText CRDT is here: https://github.com/composablesys/collabs/pull/249

mweidner037 commented 1 year ago

Cursor and shared presence are here: https://github.com/composablesys/collabs/pull/250

I still need to make a Quill "binding" instead of just the rich-text demo, probably as a new package @collabs/quill.

mweidner037 commented 1 year ago

I've moved editor bindings to https://github.com/composablesys/collabs/issues/260 and https://github.com/composablesys/collabs/issues/261; closing this issue.