@atlaskit/editor-plugin-clear-marks-on-empty-doc
Version:
Clear marks on empty doc plugin for @atlaskit/editor-core
50 lines (28 loc) • 2.11 kB
Markdown
# Editor Plugin Clear Marks On Empty Doc
Clear marks on empty doc 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 Clear Marks On Empty Doc plugin automatically removes active text marks (such as bold, italic, and other formatting) from the editor when the document becomes empty. This ensures a clean state when users clear all content from the editor.
## Key features
- **Automatic mark clearing** - Removes active marks when the document becomes empty
- **State management** - Ensures consistent editor state after content deletion
- **Editor integration** - Seamlessly integrates with @atlaskit/editor-core
## Install
---
- **Install** - _yarn add @atlaskit/editor-plugin-clear-marks-on-empty-doc_
- **npm** - [@atlaskit/editor-plugin-clear-marks-on-empty-doc](https://www.npmjs.com/package/@atlaskit/editor-plugin-clear-marks-on-empty-doc)
- **Source** - [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/editor/editor-plugin-clear-marks-on-empty-doc)
- **Bundle** - [unpkg.com](https://unpkg.com/@atlaskit/editor-plugin-clear-marks-on-empty-doc/dist/)
## Usage
---
**Internal use only**
@atlaskit/editor-plugin-clear-marks-on-empty-doc 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 clear marks on empty doc](https://atlaskit.atlassian.com/packages/editor/editor-plugin-clear-marks-on-empty-doc) 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#License) for more licensing information.