Wiris Editor
What it does
This plugin adds the WIRIS formula plugin to Xeditor. Please note that an additional WIRIS license has to be purchased in order to use it.
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-wiriseditor --save --registry https://npm.xeditor.com:4873
Configuration
The demo configuration of the plugin looks like this:
{
pluginId: 'wiriseditor',
ptype: 'uxxeditorwiriseditor',
configURL: '/wiris/app/configurationjs',
coreURL: '/wiris/core/core.js',
editorURL: '/wiris/custom/editor.html?lang=de'
}
API
The API for the plugin can be found here