Formula plugin for tinyMCE WYSIWYG editor. Allows user to add equations and formulas inside tinymce.
- IE8+
- Chrome
- Firefox
- Safari
- Opera
Install using npm
npm install tinymce6-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',
toolbar: '... formula'
If you have installed the plugin in a different folder than the tinymce/plugins
folder then you need to specify
the location where the plugin is installed:
external_plugins: {
formula: "path/to/public/plugin/folder";
}
In this case you can remove formula
from the plugins setting.
MIT licensed
Copyright (C) 2016 iCAP Lyon1, Panagiotis Tsavdaris Copyright (C) 2022 Umar Alkafaween
The original plugin is published (here). It is only compatible with tinyMCE4. This plugin is updated to work with versions 5 and 6 of tinyMCE.