-
Improvement
-
Resolution: Fixed
-
Minor
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_403_STABLE
-
master_
MDL-78613 -
-
1
-
Team Hedgehog 2023 Sprint 3.1
Currently in the Moodle LMS implementation of the TinyMCE editor when the source code view is used all the code representing the editor content is displayed in one continuous block (depending on how it was created).
This makes it very hard to read in general and hard to find, edit or add to specific areas of the content code.
Adding code formatting (indenting) as well as code style (tag color) will make it easier to make code edits when viewing the editor content in source code view. This is functionality that was present with the atto editor.
NOTE:
The code provided in this patch is the entire plugin in a single patch.
The full development commits can be seen in the original repository: https://github.com/mattporritt/moodle-tiny_html