@atlaskit/editor-plugin-undo-redo
v10.0.7
Published
Undo redo plugin for @atlaskit/editor-core
Downloads
24,346
Readme
Editor Plugin Undo Redo
Undo redo 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 Undo Redo plugin provides undo and redo functionality for the Atlassian Editor. It integrates with @atlaskit/prosemirror-history to manage document history, supports both keyboard shortcuts and toolbar buttons, and tracks user actions through analytics.
Key features
- Undo and redo actions - Revert or replay document changes
- Keyboard shortcuts - Support for standard undo/redo keyboard shortcuts
- Toolbar buttons - Optional toolbar UI components for undo/redo actions
- Analytics tracking - Track undo/redo actions and their sources
- Configurable display - Control toolbar button visibility
- Multiple input sources - Support keyboard, toolbar, and external invocations
Install
- Install - yarn add @atlaskit/editor-plugin-undo-redo
- npm - @atlaskit/editor-plugin-undo-redo
- Source - Bitbucket
- Bundle - unpkg.com
Usage
Internal use only
@atlaskit/editor-plugin-undo-redo 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 undo redo for documentation and examples for this package.
Support
For internal Atlassian, visit the slack channel #help-editor for support or visit go/editor-help to submit a bug.
License
Please see Atlassian Frontend - License for more licensing information.
