@atlaskit/editor-plugin-collab-edit
Version:
Collab Edit plugin for @atlaskit/editor-core
45 lines (32 loc) • 2.39 kB
Markdown
# Editor Plugin Collab Edit
Collab Edit plugin for @atlaskit/editor-core
**Note:** This component is designed for internal Atlassian development.
External contributors will be able to use this component but will not be able to submit issues.
## Overview
The Collab Edit plugin provides real-time collaborative editing capabilities for the Atlassian Editor. It integrates with collaboration providers to manage document synchronization, track participant changes, and handle conflict resolution during concurrent editing sessions.
## Key features
- **Real-time synchronization** - Synchronize document changes across multiple concurrent editors
- **Participant tracking** - Monitor active participants and their presence in the document
- **Step management** - Handle document steps, transformations, and step validation
- **Conflict resolution** - Manage and track reconnection conflicts during collaborative sessions
- **Organic change tracking** - Monitor local and remote organic changes to the document
- **Inline comments** - Support for collaborative inline commenting with marks
- **Analytics integration** - Track collaboration metrics and error reporting
## Install
---
- **Install** - *yarn add @atlaskit/editor-plugin-collab-edit*
- **npm** - [@atlaskit/editor-plugin-collab-edit](https://www.npmjs.com/package/@atlaskit/editor-plugin-collab-edit)
- **Source** - [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/editor/editor-plugin-collab-edit)
- **Bundle** - [unpkg.com](https://unpkg.com/@atlaskit/editor-plugin-collab-edit/dist/)
## Usage
---
**Internal use only**
@atlaskit/editor-plugin-collab-edit is intended for internal use by the @atlaskit/editor-core and as a plugin dependency of the Editor within your product.
Direct use of this component is not supported.
Please see [Atlaskit - Editor plugin collab edit](https://atlaskit.atlassian.com/packages/editor/editor-plugin-collab-edit) for documentation and examples for this package.
## Support
---
For internal Atlassian, visit the slack channel [#help-editor](https://atlassian.slack.com/archives/CFG3PSQ9E) for support or visit [go/editor-help](https://go/editor-help) to submit a bug.
## License
---
Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#Platform-License) for more licensing information.