slate-yjs icon indicating copy to clipboard operation
slate-yjs copied to clipboard

Redlining/Versioning/Delta as Slate decorator

Open Hideman85 opened this issue 4 years ago • 1 comments

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 ;)

Hideman85 avatar Jul 18 '21 12:07 Hideman85

Hi, I'm wondering about this too. I want to implement versioning system with slate yjs but too hard.

molink-huseong avatar Feb 23 '22 18:02 molink-huseong