Skip to content

Commit

Permalink
MDL-75269 tiny_equation: Create TinyMCE Equation editor plugin
Browse files Browse the repository at this point in the history
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
  • Loading branch information
HuongNV13 authored and andrewnicols committed Nov 10, 2022
1 parent b7f2bbb commit bf54db8
Show file tree
Hide file tree
Showing 41 changed files with 1,528 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/classes/plugin_manager.php
Expand Up @@ -2031,6 +2031,7 @@ public static function standard_plugins_list($type) {
'tiny' => [
'accessibilitychecker',
'autosave',
'equation',
'h5p',
'media',
'recordrtc',
Expand Down
3 changes: 3 additions & 0 deletions lib/editor/tiny/plugins/equation/amd/build/commands.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/editor/tiny/plugins/equation/amd/build/common.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions lib/editor/tiny/plugins/equation/amd/build/equation.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/editor/tiny/plugins/equation/amd/build/modal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf54db8

Please sign in to comment.