Add Math Font into your Tinymce | Plugin
npm install mathsymbols-tinymce-pluginThis plugin using MathJax libary for rendering math font.
This plugin compatible with TinyMce 4.
!MathSymbols TinyMCE Plugin - Visual demo
Is better to check this project before use: http://www.imathas.com/editordemo/demo.html.
npm install mathsymbols-tinymce-plugin --save
`$3
`
bower install mathsymbols-tinymce-plugin --save
`$3
Usage
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.
Development
This repository contains only
dist` files, if you want to get the source, check: mathsymbols-tinymce-plugin.