MDL-75269 tiny_equation: Create TinyMCE Equation editor plugin
commitbf54db8bace6b1ca8e063f3545712588ac359f1a
authorHuong Nguyen <huongnv13@gmail.com>
Tue, 13 Sep 2022 04:27:34 +0000 (13 11:27 +0700)
committerAndrew Nicols <andrew@nicols.co.uk>
Thu, 10 Nov 2022 11:54:01 +0000 (10 19:54 +0800)
treed5ce546545ccff3c41442a8803b3cddf6a986398
parentb7f2bbb08016f353a322c9388d4867932a80d2b1
MDL-75269 tiny_equation: Create TinyMCE Equation editor plugin

AMOS BEGIN
 CPY [librarygroup1,atto_equation],[librarygroup1,tiny_equation]
 CPY [librarygroup1_desc,atto_equation],[librarygroup1_desc,tiny_equation]
 CPY [librarygroup2,atto_equation],[librarygroup2,tiny_equation]
 CPY [librarygroup2_desc,atto_equation],[librarygroup2_desc,tiny_equation]
 CPY [librarygroup3,atto_equation],[librarygroup3,tiny_equation]
 CPY [librarygroup3_desc,atto_equation],[librarygroup3_desc,tiny_equation]
 CPY [librarygroup4,atto_equation],[librarygroup4,tiny_equation]
 CPY [librarygroup4_desc,atto_equation],[librarygroup4_desc,tiny_equation]
AMOS END

Part of MDL-75966
41 files changed:
lib/classes/plugin_manager.php
lib/editor/tiny/plugins/equation/amd/build/commands.min.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/commands.min.js.map [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/common.min.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/common.min.js.map [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/configuration.min.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/configuration.min.js.map [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/equation.min.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/equation.min.js.map [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/modal.min.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/modal.min.js.map [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/options.min.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/options.min.js.map [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/plugin.min.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/plugin.min.js.map [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/repository.min.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/repository.min.js.map [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/selectors.min.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/selectors.min.js.map [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/ui.min.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/build/ui.min.js.map [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/src/commands.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/src/common.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/src/configuration.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/src/equation.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/src/modal.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/src/options.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/src/plugin.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/src/repository.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/src/selectors.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/amd/src/ui.js [new file with mode: 0644]
lib/editor/tiny/plugins/equation/classes/external/filter.php [new file with mode: 0644]
lib/editor/tiny/plugins/equation/classes/plugininfo.php [new file with mode: 0644]
lib/editor/tiny/plugins/equation/classes/privacy/provider.php [new file with mode: 0644]
lib/editor/tiny/plugins/equation/db/services.php [new file with mode: 0644]
lib/editor/tiny/plugins/equation/lang/en/tiny_equation.php [new file with mode: 0644]
lib/editor/tiny/plugins/equation/settings.php [new file with mode: 0644]
lib/editor/tiny/plugins/equation/styles.css [new file with mode: 0644]
lib/editor/tiny/plugins/equation/templates/modal.mustache [new file with mode: 0644]
lib/editor/tiny/plugins/equation/templates/modal_library.mustache [new file with mode: 0644]
lib/editor/tiny/plugins/equation/version.php [new file with mode: 0644]