# Editor Plugin Help Dialog

Help Dialog 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 Help Dialog plugin provides an interactive modal interface that displays helpful information about editor features, keyboard shortcuts, and formatting options. It integrates with the editor's quick insert functionality and supports dynamic configuration based on available features like image uploads and AI capabilities.

## Key features

- **Help dialog modal** - Display a comprehensive help interface with formatting shortcuts and editor tips
- **Keyboard shortcuts** - Open/close help dialog using keyboard shortcuts (?)
- **Feature detection** - Dynamically adapt help content based on enabled features (image uploads, AI)
- **Quick insert integration** - Access help dialog through the quick insert menu
- **State management** - Track and manage the visibility state of the help dialog
- **Keyboard navigation** - Close dialog with Escape key for better accessibility

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

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

@atlaskit/editor-plugin-help-dialog 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 Help Dialog](https://atlaskit.atlassian.com/packages/editor/editor-plugin-help-dialog) 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.
