mathsymbols-tinymce-plugin
v0.0.3
Published
Add Math Font into your Tinymce | Plugin
Downloads
9
Maintainers
Readme
MathSymbols-TinyMCE-Plugin for Bower
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.
Install
NPM:
npm install mathsymbols-tinymce-plugin --save
Bower:
bower install mathsymbols-tinymce-plugin --save
Download
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.