marshall-y-slate
v1.0.2
Published
Yjs bindings for Slate.
Maintainers
Readme
slate-yjs @worktile/y-slate
Thank slate-yjs and @worktile/y-slate
USEAGE
npm i marshall-y-slatethen you can use it like slate-yjs-example
Code snippet
import { toSharedType, useCursors, withCursor, withYjs, withUndoManager } from 'marshall-y-slate';
withReact(withCursor(withUndoManager(withYjs(createEditor(), sharedType)), provider.awareness))source:
modify:
/model/index.tsisCaret: boolean;/plugin/use-cursors.tsuseuseCursors.tsinslate-yjs
