How to get the content value between two users?

This is my first time use Yjs and I still exploring to understand the work of the sharing document in the editor with the Websocket.

I tried the Yjs and Quill editor with websocket. It’s pretty good.

My question. How to get the Separated content between user 1 and the user 2 ? It is because I just get the final content. However, I want to know the contribution of each user when they writing. How to do that?

Thank you…

Hi @akunerio,

Tracking of changes is experimental and currently only works in the ProseMirror binding. Here is an example: Yjs Prosemirror Versions Example