Tiny corrections

TinyMCE ::: tiny_corrections
Maintained by Nicolas Dunand
This plugin provides buttons in the TinyMCE editor that allow users to make inline marks in texts.

Tiny corrections 1.0.1 (Build: 2025013100)

Moodle 4.3, 4.4, 4.5
Released: divendres, 31 de gener 2025, 8:21 PM

moodle-tiny_corrections

Installation

  • Unzip the contents of the zip archive into the Moodle .../lib/editor/tiny/plugins/corrections directory.

Configuration

The correction types are defined on the [MOODLE_URL]/admin/settings.php?section=tiny_corrections_settings page. Correction types can be defined using the following syntax :

a = plurialization
c = conjugation
d = determinant
g = grammar/syntax
...

Usage

The plugin adds two new buttons to the TinyMCE editor toolbar. When clicked, the "Add correction" button will open a dialog box that allows the user to select a correction to apply to the selected text. The "Remove correction" button will remove the correction from the text around the cursor.

img.png

Version information

Version build number
2025013100
Version release name
1.0.1 (Build: 2025013100)
Maturity
Versió estable
MD5 Sum
a20894ef386a1602745f41d49277d9bb
Supported software
Moodle 4.3, Moodle 4.4, Moodle 4.5
  • Latest release for Moodle 4.3
  • Latest release for Moodle 4.4
  • Latest release for Moodle 4.5

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS tag
2025013100

Default installation instructions for plugins of the type TinyMCE

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myeditor") in the "lib/editor/tiny/plugins" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation