The help plugin adds a button and/or menu item that opens a dialog showing four tabs:
| Tab display name | Tab configuration name | Purpose |
|---|---|---|
Handy shortcuts |
|
Presents keyboard shortcuts available in the {productname} editor. |
Keyboard Navigation |
|
Documents the keyboard-based options for navigating and controlling the entire {productname} editor. |
Plugins |
|
Lists the installed plugins for the {productname} instance, with links to the relevant {productname} documentation. Also presents a list of available {productname} Premium plugins. |
Version |
|
Displays the {productname} version. |
The {productname} Help dialog can also be shown by pressing a keyboard shortcut.
| Action | Windows or Linux | macOS |
|---|---|---|
Open the {productname} Help dialog |
Alt+0 |
⌥+0 |
As of {productname} 6.7, the keyboard shortcut that opens the {productname} Help dialog displays, by default, in the {productname} status bar.
tinymce.init({
selector: 'textarea', // change this value according to your HTML
plugins: 'help',
toolbar: 'help'
});| Name | Arguments | Description |
|---|---|---|
addTab |
tabSpec: TabPanel |
Register a tab for the Help dialog |
For information on how to expose metadata from you custom plugin to add it to the Installed plugins list in the Help plugin, see the Creating a Plugin page.
The Help plugin provides the following {productname} command.