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
- Host: GitHub
- URL: https://github.com/singhsatyam/math_editor
- Owner: SinghSatyam
- License: mit
- Created: 2017-01-04T08:26:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T10:53:55.000Z (almost 9 years ago)
- Last Synced: 2025-04-12T10:29:11.415Z (about 1 year ago)
- Topics: editor, editor-plugin, latex, math-library, mathematics, mathjax, tinymce, tinymce-wysiwyg-editor
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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',
...
});`