-
It would be nice to periodically save a backup of the document in an indexeddb. That way, if something crashes or goes horribly wrong, not all is lost.
-
Thank you so much for working on the Golang port! 😊
If there is a testable version, I'm open to contribute with testing and bug reporting 👍
And in case it's helping you, there is one other port …
-
**Checklist**
[x] Are you reporting a bug? Use github issues for bug reports and feature requests. For general questions, please use https://discuss.yjs.dev/
[x] Try to report your issue in the co…
-
It has been observed that document synchronization is not functioning as intended when utilizing [y-webrtc provider](https://github.com/yjs/y-webrtc) between disparate operating systems (Windows, Chro…
-
**Describe the bug**
As soon as I create multiple nodes one after the other and want to undo this, the cursor stays in the last line. This issue can be reproduced on the official [demo page](http…
-
Thanks for the awesome library,
I'm trying to make the undo / redo from valtio's `proxyWithHistory` work but it seems that it is not triggering yjs to update on undo / redo.
Code sandbox example…
-
### Description
Show how the editor can be used with a backend for storing data and persisting images and working with collaboration.
Builtin support for `yjs`.
-
The initial sync message sends the entire project at once.
YJS needs to stream the initial sync messages. JSON serialization is probably a slowdown as well.
-
While reading https://news.ycombinator.com/item?id=32510405 ref #93
Read about https://tiptap.dev/ and https://tiptap.dev/hocuspocus/
How Yjs works from the inside out: https://youtu.be/0l5XgnQ6…
-
Although the deletion UI is support at present, after confirming deleting a chat, the chat is not shown in the page. But after refreshing the page, the chat appears again. So, the chat is not actually…