Formula plugin for tinyMCE WYSIWYG editor. Allows user to add equations and formulas inside tinymce.
- IE8+
- Chrome
- Firefox
- Safari
- Opera
Install using bower.
bower install tinymce-formula
Install using npm.
npm install tinymce-formula
Or copy the source of the plugin to the plugins directory of your tinyMCE installation. Add the formula plugin to your tinyMCE configuration
plugins: "... formula",
Add configuration options for the formula plugin. path
is the only setting and is optional.
formula: {
path: 'path/to/public/plugin/folder'
},
If you have installed the plugin in a different folder than the tinymce/plugins
folder then you need to specify
the path (public) where the plugin is installed.
MIT licensed
Copyright (C) 2016 iCAP Lyon1, Panagiotis Tsavdaris