You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if there is a plan for implementing the visualisation of the delta via Slate decorator?
I look over the code and the doc, I probably found a way to convert Yjs position to Slate position as a beginning of something.
I try to find how to get the delta on my shareType, but I don't know yet what is the best way, either I could use sharedType.observeDeep or try to build a snapshot system like discussed in this topic https://discuss.yjs.dev/t/live-tracking-track-changes/293/11
Let me know if something is already plan or if you have any idea of the best implementation with Slate ;)
The text was updated successfully, but these errors were encountered:
I'm wondering if there is a plan for implementing the visualisation of the delta via Slate decorator?
I look over the code and the doc, I probably found a way to convert Yjs position to Slate position as a beginning of something.
I try to find how to get the delta on my shareType, but I don't know yet what is the best way, either I could use
sharedType.observeDeep
or try to build a snapshot system like discussed in this topic https://discuss.yjs.dev/t/live-tracking-track-changes/293/11Let me know if something is already plan or if you have any idea of the best implementation with Slate ;)
The text was updated successfully, but these errors were encountered: