Plugins
Editor42 ships with a full set of built-in plugins. Add any plugin by its alias to the plugins option:
editor42.init({
selector: '#my-editor',
plugins: 'lists link image table code'
});
Available Plugins
| Plugin | Alias |
|---|---|
| Accordion | accordion |
| Advanced List | advlist |
| Anchor | anchor |
| Autolink | autolink |
| Autoresize | autoresize |
| Autosave | autosave |
| Character Map | charmap |
| Code | code |
| Code Sample | codesample |
| Directionality | directionality |
| Emoticons | emoticons |
| Full Screen | fullscreen |
| Help | help |
| Image | image |
| Import CSS | importcss |
| Insert Date/Time | insertdatetime |
| Link | link |
| Lists | lists |
| Media | media |
| Nonbreaking Space | nonbreaking |
| Page Break | pagebreak |
| Preview | preview |
| Quick Toolbars | quickbars |
| Save | save |
| Search and Replace | searchreplace |
| Table | table |
| Template | template |
| Visual Blocks | visualblocks |
| Visual Characters | visualchars |
| Word Count | wordcount |