From e2e5d0870c6cfc6f3bd2cd1d095dca1efbff1589 Mon Sep 17 00:00:00 2001 From: Eric Meier Date: Sun, 14 Feb 2021 13:04:57 +0100 Subject: [PATCH] Add slate-yjs to bindings Adds slate-yjs to the bindings inside in the readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96f87851..7fb16318 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ are implemented in separate modules. | [Quill](https://quilljs.com/) | ✔ | [y-quill](https://github.com/yjs/y-quill) | [demo](https://demos.yjs.dev/quill/quill.html) | | [CodeMirror](https://codemirror.net/) | ✔ | [y-codemirror](https://github.com/yjs/y-codemirror) | [demo](https://demos.yjs.dev/codemirror/codemirror.html) | | [Monaco](https://microsoft.github.io/monaco-editor/) | ✔ | [y-monaco](https://github.com/yjs/y-monaco) | [demo](https://demos.yjs.dev/monaco/monaco.html) | +| [Slate](https://github.com/ianstormtaylor/slate) | ✔ | [slate-yjs](https://github.com/bitphinix/slate-yjs) | [demo](https://bitphinix.github.io/slate-yjs-example) | ### Providers