Rich Text
Re-enables rich text editing capabilities that Moodle’s TinyMCE editor does not enable by default.
Adds TinyMCE core formatting controls:
forecolor- Text colorbackcolor- Background colorfontsize- Font size (predefined)fontsizeinput- Font size (input)fontfamily- Font family
Each control can be enabled in the toolbar and/or the Format menu on the plugin’s settings page.
Pages
| Page | Description |
|---|---|
| Installation | Requirements and setup |
| Usage | Controls, settings, pitfalls |
| Development | JS build, CI |
Quick Start
- Download the release zip and extract it to your Moodle
lib/editor/tiny/plugins/directory. The folder must be namedrichtext. - Visit Site admin > Notifications to install.
- Enable the controls on the plugin’s settings page (Site admin > Plugins > Text editors > TinyMCE > Rich Text).
- Open any TinyMCE editor. The enabled controls appear in the formatting toolbar and/or the Format menu.
Caution
You shouldn’t really be using this plugin, unless you really want to. See Usage for the accessibility and theming risks.