I’m working on a project using the Lexical editor for rich text editing, Yjs for real-time collaboration, and a NestJS backend. I’m currently facing a challenge with saving the editor content. Specifically, I need to extract the content from the Yjs messages and store it in my backend.
I’m unsure how to properly retrieve the Lexical editor's content from Yjs and send it to the backend for persistence. Has anyone worked with this combination or has any insights on how to achieve this?
Any help or code examples would be greatly appreciated! Thanks in advance!
Hi everyone,
I’m working on a project using the Lexical editor for rich text editing, Yjs for real-time collaboration, and a NestJS backend. I’m currently facing a challenge with saving the editor content. Specifically, I need to extract the content from the Yjs messages and store it in my backend.
I’m unsure how to properly retrieve the Lexical editor's content from Yjs and send it to the backend for persistence. Has anyone worked with this combination or has any insights on how to achieve this?
Any help or code examples would be greatly appreciated! Thanks in advance!