facebook / lexical

Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.
https://lexical.dev
MIT License
19.7k stars 1.67k forks source link

Bug: How to save Lexical Editor content from Yjs in a NestJS backend? #6700

Closed FirasLatrech closed 1 month ago

FirasLatrech commented 1 month ago

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!

moy2010 commented 1 month ago

This is not a bug. Use the discord channel for asking questions.

etrepum commented 1 month ago

Closing as this is not a bug.