Skip to content

Repo to reproduce issue in creating yjs upates from Prosemirror transactions

License

Notifications You must be signed in to change notification settings

ronnyroeller/y-prosemirror-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

y-prosemirror-update

Repo to reproduce issue in creating yjs upates from Prosemirror transactions. This was initially discussed on the Yjs Community forum.


To reproduce the issue:

  1. Install dependencies:
    npm ci
    
  2. Run demo to see that Yjs doc contains "Hello world" text but Prosemirror doc doesn't:
    $ npm run demo
    YJS: {"type":"doc","content":[{"type":"paragraph","attrs":{"style":"","nodeIndent":0,"nodeTextAlignment":""},"content":[{"type":"text","text":"Hello world"}]}]}
    PM:  {"type":"doc","content":[{"type":"paragraph"}]}
    

About

Repo to reproduce issue in creating yjs upates from Prosemirror transactions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published