Acrolinx
What it does
The acrolinx plugin adds an acrolinx sidebar to the editor. Please note that an additional Acrolinx 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
Now you should be in the same directory as the package.json file. Then you can install the plugin as follows:
npm install @xeditor/plugin-acrolinx --save --registry https://npm.xeditor.com:4873
API
The API for the plugin can be found here
Configuration
The demo configuration of the plugin looks like this:
{
pluginId: 'acrolinx',
ptype: 'uxxeditoracrolinx',
acrolinxConfig: {
serverAddress: 'https://test-ssl.acrolinx.com/'
}
}