# Editor Plugin Extension

Extension 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 Extension plugin provides comprehensive support for managing extensions and macros within the Atlassian Editor. It enables editing, configuration, and rendering of extension nodes with support for multiple extension types and dynamic parameter configuration through an intuitive configuration panel.

## Key features

- **Extension node support** - Handle multiple extension types including standard extensions, inline extensions, bodied extensions, and multi-bodied extensions
- **Configuration panel** - Dynamic form-based UI for editing extension parameters with support for various field types
- **Macro integration** - Support for macro browser integration and macro auto-conversion
- **Context panel** - Seamless context panel integration for extension editing workflows
- **Auto-save and auto-convert** - Automatic saving and conversion of extension content
- **Analytics integration** - Built-in analytics event tracking for extension operations

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

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

@atlaskit/editor-plugin-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 extension](https://atlaskit.atlassian.com/packages/editor/editor-plugin-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://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License) for more licensing information.
