# Editor Plugin Selection Extension

Selection Extension plugin for confluence

**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 Selection Extension plugin provides a framework for extending the Atlassian Editor with custom actions triggered by text and block selections. It enables the creation of custom menus, toolbars, and interactive components that respond to user selections within the editor.

## Key features

- **Custom selection extensions** - Register and manage custom extensions that respond to text and block selections
- **Toolbar and menu integration** - Seamlessly integrate custom actions into editor toolbars and block menus
- **Document manipulation** - Insert and replace content using ADF (Atlassian Document Format) at selected positions
- **Selection tracking** - Track and access detailed selection information including coordinates and content
- **Block menu support** - Extend block-level menus with custom actions and configurations

## Install
---
- **Install** - *yarn add @atlaskit/editor-plugin-selection-extension*
- **npm** - [@atlaskit/editor-plugin-selection-extension](https://www.npmjs.com/package/@atlaskit/editor-plugin-selection-extension)
- **Source** - [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/editor/editor-plugin-selection-extension)
- **Bundle** - [unpkg.com](https://unpkg.com/@atlaskit/editor-plugin-selection-extension/dist/)

## Usage
---
**Internal use only**

@atlaskit/editor-plugin-selection-extension 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 analytics](https://atlaskit.atlassian.com/packages/editor/editor-plugin-selection-extension) 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://developer.atlassian.com/cloud/framework/atlassian-frontend/#license) for more licensing information.
