Help
Plugin alias: help
editor42.init({
plugins: 'help'
});
Provides a help dialog with tabbed content showing keyboard shortcuts, keyboard navigation instructions, a list of installed plugins, and the editor version. The dialog is extensible — plugins can register custom tabs via the API.
Options
| Option | Type | Default | Description |
|---|---|---|---|
help_tabs | array | unset (all built-in tabs: shortcuts, keyboardnav, plugins, versions) | Array of tab names (strings) or custom tab spec objects controlling which tabs appear and their order. When unset, all default tabs are shown. |
Commands
| Command | Description |
|---|---|
editor42Help | Opens the help dialog. |
Toolbar buttons
| Name | Type | Description |
|---|---|---|
help | Button | Opens the help dialog. |
Menu items
| Name | Description |
|---|---|
help | Opens the help dialog. |
API
| Method | Description |
|---|---|
addTab(spec) | Registers a custom tab in the help dialog. |
Keyboard shortcuts
Alt+0— open the help dialog.