-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
need demo for prosemirror #1
Comments
Hi @aleksk , There is a very extensive documentation, demo projects, and even a live-code editor that will help you to setup y-prosemirror. https://docs.yjs.dev/ecosystem/editor-bindings/prosemirror Before you start using this project, you probably should get familiar with the general concepts of Yjs: https://docs.yjs.dev/getting-started/a-collaborative-editor You can start with the sample app (https://github.com/yjs/ycs/tree/main/samples/YcsReactMonacoSample/ClientApp) and exchange Monaco for ProseMirror as described in the Yjs documentation. |
ProseMirror requires Y.Xml types, which are not yet ported over from the Yjs :) |
Failed to compile |
Can't repro the build issue on any of my machines. Maybe yjs dependency wasn't properly restored, or npm/tools are not up-to-date?
|
yjs version is 13.5.1 , can not find encodeStateVectorV2 function. |
The v2 updates feature is not released yet. I removed encodeStateVectorV2 because I plan to make breaking changes to it. |
Updated packages.json to only use 3.4.14. |
Use github issues for bug reports and feature requests. For general questions, please use https://discuss.yjs.dev/
if use signalr on server , how to use y-prosemirror for client ?
The text was updated successfully, but these errors were encountered: