Skip to content

Commit

Permalink
feat: text support #40
Browse files Browse the repository at this point in the history
  • Loading branch information
joebobmiles committed Mar 14, 2023
2 parents 0c19c60 + 54ec96b commit f571511
Show file tree
Hide file tree
Showing 11 changed files with 985 additions and 646 deletions.
Binary file added docs/text-diff/Wu_1990_6334.pdf
Binary file not shown.
Binary file added docs/text-diff/myers.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand",
"build": "rollup --config rollup.config.ts --configPlugin typescript",
"prepare": "husky install"
Expand Down
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,12 @@ render(

## Caveats

1. Currently the Y Text shared type is not supported. This means that strings
in the store do not benefit from the conflict-resolution performed by Yjs.
1. The Yjs awareness protocol is not supported. At the moment, it is unclear
if the library is able to support Yjs protocols. This means that, for now,
support for the awareness protocol is not planned.
* This does not mean you cannot use awareness in your projects - see the
sister project [y-react](joebobmiles/y-react) for an example of using
awareness without the middleware.

# License

Expand Down
Loading

0 comments on commit f571511

Please sign in to comment.