math_editor for TinyMCE is a plugin made with jQuery library that offers a nice and elegant way to use MathQuillBasedEditor in TinyMCE.
- TinyMCE 2.0 or higher installed.
- Clone the repository to tinymce plugins folder or you can also Copy the math_editor folder from this repository into your TinyMCE plugins folder.
- Add this to your TinyMCE script:
tinymce.init({ ... plugins: 'math_editor', toolbar: 'math_editor', ... });