Rich Text
Re-enables rich text editing capabilities that Moodle’s TinyMCE editor does not enable by default.
Adds three TinyMCE core formatting controls:
forecolor- Text colorbackcolor- Background colorfontsizeinput- Font sizefontfamily- Font family
That’s literally it, nothing fancy.
Pages
| Page | Description |
|---|---|
| Installation | Requirements and setup |
| Usage | Where the controls appear, pitfalls |
| Development | JS build, CI |
Quick Start
- Copy
lib/editor/tiny/plugins/richtext/to your Moodlelib/editor/tiny/plugins/directory. - Visit Site admin > Notifications to install.
- Open any TinyMCE editor. The Text color, Background color, and Font size controls appear in the formatting toolbar and 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.