https://github.com/nylen/enriched-editor
https://github.com/nylen/enriched-editor
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nylen/enriched-editor
- Owner: nylen
- Created: 2020-09-20T21:05:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T01:56:53.000Z (about 5 years ago)
- Last Synced: 2025-02-22T07:18:19.940Z (over 1 year ago)
- Language: JavaScript
- Size: 256 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> The **Enriched Editor** plugin adds lots of additional options to the ClassicPress visual editor. This plugin is a fork of TinyMCE Advanced for WordPress and contains no Gutenberg code.
### Pre-Installation
If you already have _TinyMCE Advanced_ or _WYWIWYG Advanced_ installed, you will need to deactivate and delete before installing _Enriched Editor_. If you want to preserve your current editor settings, you can export them to a text file before deleting the current plugin. You can then import those settings back into Enriched Editor after you get it installed.
### Editor Options
* **Enable Editor for Primary Screens**
Enable the Enriched Editor for primary editing screens, including those for _posts_, _pages_, and _custom post types_.
* **Enable Editor for Secondary Areas**
Enable the Enriched Editor for secondary editing areas, including those for _text widgets_ and other _textarea inputs_.
* **Enable Editor for Public Use**
Enable the Enriched Editor for public use, such as in _user comments_ and other _textarea inputs_.
* **Advanced Menu**
Enable the advanced menu (_File_, _Edit_, _Insert_, _View_, _Format_, _Table_, and _Tools_) for the first row.
* **Enhanced Lists**
Enable advanced list options, including upper-case, lower-case, disk, square, circle, etc.
* **Right-Click**
Enable link insertion by right-clicking the editor.
* **Simplified Links**
Use a simplified dialog for creating links.
* **Font Sizing**
Use pixels (instead of points) for font sizes.
* **Preserve Paragraphs**
Preserve <p> and <br> tags without replacing them.
* **Custom Style Menu**
Pull custom styles from an `editor-style.css` file and add them to a drop-down menu.
