How do I convert from Yjs doc to Lexical document or markdown #5603
agscripter
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
I have a Websocket running with y-websocket to enable collab. The data is stored in bytes in a database (leveldb, mongodb, dynamodb, etc).
I'd like to save the document's content in a file (S3 or in a local file) to not rely only on the byte data. Because I want to use the document content to perform ML analyzes. etc.
Do you know a way that I can save the document's content as a file using -ywebocket? This is like deserializing the y doc back to lexical document.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions