moodlicious/moodle-tiny_richtext

Re-enables rich text editing capabilities that were not enabled by Moodle by default.

Maintainers

Package info

github.com/moodlicious/moodle-tiny_richtext

Type:moodle-tiny

pkg:composer/moodlicious/moodle-tiny_richtext

Transparency log

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-08-20 18:48 UTC

This package is auto-updated.

Last update: 2026-08-20 18:48:57 UTC


README

Re-enables rich text editing capabilities that were not enabled by Moodle by default. Enables:

  • forecolor: Text color
  • backcolor: Background color
  • fontsize: 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.

Pitfalls

You shouldn't really be using this plugin, unless you really want to.

Explained in this discussion, accessibility and theming issues will arise if you use this plugin.

Also see this Jira issue: MDL-76517, which proposes adding these features to Moodle core reducing risks.