Formulas
What it does
This plugin adds the functionality to render and display formulas based on MathML and TeX to Xeditor.
Installation
First you have to switch into your project location using the command line.
cd path/to/your/project
Then you can install the plugin as follows:
npm install @xeditor/plugin-formula --save --registry https://npm.xeditor.com
Configuration
The demo configuration of the plugin looks like this:
{
pluginId: 'formula',
ptype: 'uxxeditorformula',
mathJaxURL: '/mathjax/MathJax.js'
}
API
The API for the plugin can be found here