Version 2.1
What it does
This plugin adds a character picker to Xeditor. It is used to insert special characters.
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-characterpicker --save --registry https://npm.xeditor.com
Configuration
The demo configuration looks like this:
{
pluginId: 'characterpicker',
ptype: 'uxxeditorcharacterpicker',
characterImagePath: 'img/characters'
}
API
The API for the plugin can be found here: characterpicker plugin API
Changelog
v2.1.0
Changes
- Updated toolbar button handling to match selection nodes