composablesys / collabs

Collabs library monorepo

Home Page:https://collabs.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRichText

mweidner037 opened this issue · comments

  • CRichText CRDT implementing Peritext.
  • Cursor wrapper for Positions. See position-strings for API and test inspiration.
  • Shared presence.
  • Editor bindings (at least Quill, which we use in an existing demo).

CRichText CRDT is here: #249

Cursor and shared presence are here: #250

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

I've moved editor bindings to #260 and #261; closing this issue.