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
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
I'm working on a collaborative code editor in which users can work simultaneously and later they should be able to view the history of the document like a video.
Basically, the video should show the edits to document on a time frame. I'm using the ACE editor as a client.
Can anybody throw me some ideas to get me started?
As of now, I've been reading about how ACE & firepad works internally and deltas (in ACE) looks like a promising stuff.
The text was updated successfully, but these errors were encountered:
@shivtej1505
Hi, I know you asked this question back in 2018.
Did you figure out how to do it? I am also trying to get the history data. So I can easily display the coding history by time frame.
It would be great if there are some APIs that can return the full text value by history.
Like based on history index, I can do getHistoryValue(index) => full text value of this moment.
Hi,
I'm working on a collaborative code editor in which users can work simultaneously and later they should be able to view the history of the document like a video.
Basically, the video should show the edits to document on a time frame. I'm using the ACE editor as a client.
Can anybody throw me some ideas to get me started?
As of now, I've been reading about how ACE & firepad works internally and
deltas
(in ACE) looks like a promising stuff.The text was updated successfully, but these errors were encountered: