miks-collaborative-editor
Version:
A collaborative editor that supports authorship display, image uploading placeholder and CJK characters composition based on Quill and ShareDB.
17 lines (14 loc) • 501 B
JavaScript
const EditorEvents = {
editorTextChanged: "editor-text-changed",
userTextChanged: "user-text-changed",
upstreamTextChanged: "upstream-text-changed",
documentLoaded: "document-loaded",
documentDeleted: "document-deleted",
beforeSync: "before-sync",
beforeSubmitToUpstream: "before-submit-to-upstream",
synchronizationError: "synchronization-error",
imageSkipped: "image-skipped",
undo: "undo",
redo: "redo",
};
export default EditorEvents;