This plugin using MathJax libary for rendering math font.
This plugin compatible with TinyMce 4.
Is better to check this project before use: http://www.imathas.com/editordemo/demo.html.
npm install mathsymbols-tinymce-plugin --save
bower install mathsymbols-tinymce-plugin --save
Configure your TinyMce init settings by adding external_plugins
and usage of mathSymbols
:
tinymce.init({
selector: 'textarea',
external_plugins: {'mathSymbols': '/your-path-to-plugin/mathsymbols-tinymce-plugin/plugin.min.js'}, // Add plugin to Tinymce
toolbar: 'mathSymbols'
});
With this plugin you able to add Math Symbols into your content, but you also have to add MathJax to the website itself.
This repository contains only dist
files, if you want to get the source, check: mathsymbols-tinymce-plugin.