issues
search
composablesys
/
collabs
Collabs library monorepo
https://collabs.readthedocs.io/
Apache License 2.0
256
stars
11
forks
source link
Rich text utils
#250
Closed
mweidner037
closed
1 year ago
mweidner037
commented
1 year ago
Shared presence, including shared cursors in Quill demo
Cursor
type and
Cursors
utils, for managing and sharing Cursors slightly more easily than with
Position
. See plaintext demo for example usage.
Name change: Plain Tree ->
Fugue
. The algorithm is unchanged.
CList
semantics change: use restore-wins for archive vs restore. This enables "keepalive" semantics like those from the paper
A Study of Semantics for CRDT-based Collaborative Spreadsheets
.
Cursor
type andCursors
utils, for managing and sharing Cursors slightly more easily than withPosition
. See plaintext demo for example usage.CList
semantics change: use restore-wins for archive vs restore. This enables "keepalive" semantics like those from the paper A Study of Semantics for CRDT-based Collaborative Spreadsheets.