MathML Editor
What it does
This plugin adds Xeditors formula editor, Xforumla, 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-mathmleditor --save --registry https://npm.xeditor.com:4873
Configuration
The demo configuration of the plugin looks like this:
{
pluginId: 'mathmleditor',
ptype: 'uxxeditormathmleditor',
mathJaxURL: '/mathjax/MathJax.js',
mathJaxEditorURL: '/mathjaxeditor/index.html'
}
API
The API for the plugin can be found here