The moxiemanager Control enables users to insert files located externally to the editor (e.g. on their client desktop) into their document.
Note: **moxiemanager** is an application separate from TinyMCE and not a "plugin". However, being built by the team behind TinyMCE it has tight integration with the editor via a toolbar control.
**moxiemanager** is a paid addition to TinyMCE. Learn more at [http://www.moxiemanager.com/](http://www.moxiemanager.com/)
@ -59,48 +59,4 @@ The plugins listed below are included in the standard TinyMCE package, such as t
It's important to note that some plugins have advanced configuration requirements, in addition to including the plugin name as a value in the `plugins` key. A good example of this is the Advanced List plugin `advlist` below, so let's get to it.
The MoxieManager Plugin enables users to insert files located externally to the editor (e.g. on their client desktop) into their document.
Note: **moxiemanager** is an application separate from TinyMCE and not just a "plugin". However, being built by the team behind TinyMCE it has tight integration with the editor via a toolbar control.
**moxiemanager** is a paid addition to TinyMCE. Learn more at [http://www.moxiemanager.com/](http://www.moxiemanager.com/)
This plugin contains a few compatibility files for the old 3.x branch. This enables you to run most old 3.x plugins with out any modifications. You need to take a few steps to enable this plugin:
The `advlist` plugin extends the core `bullist` and `numlist` toolbar controls by adding CSS `list-style-type` styled number formats and bullet types to the controls.
The `autolink` plugin automatically creates hyperlinks when a user inputs a valid, complete url, e.g `www.example.com`, which would be converted to `http://www.example.com`.
The `colorpicker` plugin adds a full-blown color picker to the editor by setting the [`color_picker_callback`](./configuration-reference/callbacks/#color_picker_callback).
The `imagetools` plugin adds a contextual image editing toolbar to images inserted into the editable area. This works on modern browsers that let you edit images inline.
The `importcss` plugin adds the ability to automatically import CSS classes from the CSS file specified in the [`content_css`](./configuration-reference/content-style/#content_css) configuration setting.