Important changes to Tiny Cloud pricing > Find out more

Help Plugin

Shows the help dialog.

Contribute to this page
+ toolbar button + menu item

The help plugin adds a button and/or menu item that opens a dialog showing two tabs:

  • Handy shortcuts that explains some nice-to-know keyboard shortcuts
  • Plugin list that shows which plugins that have been installed, with links to the relevant documentation pages if available, and a list of available premium plugins.

In the footer of the dialog you can also see which version of TinyMCE you are using.

The help dialog can also be shown by pressing the keyboard shortcut Alt + 0.

Example setup
tinymce.init({
  selector: "textarea",  // change this value according to your HTML
  plugins: "help",
  toolbar: "help"
});

Exposing metadata for the help plugin

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.

Can't find what you're looking for? Let us know.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.