An open API service indexing awesome lists of open source software.

https://github.com/singhsatyam/math_editor

TinyMCE plugin for MathquillBasedEditor
https://github.com/singhsatyam/math_editor

editor editor-plugin latex math-library mathematics mathjax tinymce tinymce-wysiwyg-editor

Last synced: 8 months ago
JSON representation

TinyMCE plugin for MathquillBasedEditor

Awesome Lists containing this project

README

          

math_editor(TinyMCE plugin for MathquillBasedEditor)
=============================

math_editor for TinyMCE is a plugin made with jQuery library that offers a nice and elegant way to use MathQuillBasedEditor in TinyMCE.

Requirements
--------------------

1. TinyMCE 2.0 or higher installed.

Installation
--------------------

- 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',
...
});`