Type and handwrite mathematical notation in Moodle with MathType for TinyMCE 6 editor.
MathType is a mathematical visual (WYSIWYG) editor containing a large collection of icons nicely organized in thematic tabs in order to create formulas or equations for any web content. Maths and chemistry toolbars are available from different icons in TinyMCE toolbar.
Note: MathType can be used for free up to a certain level of uses per natural year. Read license conditions and prices on our website.
The MathType filter plugin is required in order to use this plugin.
Install the plugin like any other plugin to folder lib/editor/tiny/plugins/wiris
.
You can use git:
$ cd <your-moodle-root-path>
$ git clone https://github.com/wiris/moodle-tiny_wiris.git lib/editor/tiny/plugins/wiris
Alternatively, you can download the plugin and unzip the file into the Tiny plugins folder, and then rename the new folder to wiris
.
All notable changes to this project are documented in the CHANGES.md file. You can download any release of this plugin from the Official Moodle's page.
This plugin uses the MathType for TinyMCE6 (@wiris/mathtype-tinymce6), released under GNU GPLv3 license.
The library's source code can be found at @wiris/html-integrations repository.
Note: More details on the thirdpartylibs.xml
file.
We would love for you to contribute to this project and help make it better.
As a contributor, the guidelines we would like you to follow are documented in the CONTRIBUTING.md file.
The MathType for TinyMCE6 library (@wiris/mathtype-tinymce6) is located at js
folder.
You can update @wiris/mathtype-tinymce6
library to its latest version, using these commands:
# Install project dependencies.
$ npm install
# Update MathType for TinyMCE6 to its latests version.
$ npm run update-mathtype
You can build all modules in Moodle by using the grunt amd command. To update the amd module from this plugin:
- Execute
npm install
on the root of the Moodle project. - Navigate to
<moodle-root>/lib/editor/tiny/wiris/amd/
and execute:
$ npx grunt amd
In development mode Moodle will also send the browser the corresponding source map files for each of the JavaScript modules. The source map files will tell the browser how to map the minified source code back to the un-minified original source code so that the original source files will be displayed in the sources section of the browser's development tools.
To enable development mode set the cachejs config value to false in the admin settings or directly in your config.php file:
// Prevent JS caching
$CFG->cachejs = false;
- Official plugin in Moodle's website.
- TinyMCE page at Moodle's documentation website.
- MathType Tutorials.
If you have questions or need help integrating MathType, please contact us ([email protected]) instead of opening an issue.
The MathType Privacy Policy covers the data processing operations for the MathType users. It is an addendum of the company’s general Privacy Policy and the general Privacy Policy still applies to MathType users.
MathType for TinyMCE6 by WIRIS is licensed under the GNU General Public, License Version 3.