Moodle Plugins directory: Tiny corrections: Versions: 1.0.1 (Build: 2025013100) | Moodle.org
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: الجمعة، 31 يناير 2025، 8:21 PM
Code prechecks
overview
phplint
phpcs20 | 17
js0 | 19
css2 | 5
phpdoc
savepoint
thirdparty
grunt1 | 1
shifter
mustache
gherkin
HTML | XMLmoodle-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.
Version information
- Version build number
- 2025013100
- Version release name
- 1.0.1 (Build: 2025013100)
- Maturity
- الإصدار المستقر
- 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
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myeditor") in the "lib/editor/tiny/plugins" subdirectory.
- Visit http://yoursite.com/admin to finish the installation