Add paste from word base

This commit is contained in:
Sauli Anto
2019-09-29 04:14:02 +03:00
parent eebd28631e
commit 7013be6825
4 changed files with 276 additions and 1 deletions

View File

@@ -4,10 +4,11 @@ import Widget from '@ckeditor/ckeditor5-widget/src/widget';
import MathUI from './mathui';
import MathEditing from './mathediting';
import AutoMath from './automath';
import MathPasteFromOffice from './mathpastefromoffice';
export default class Math extends Plugin {
static get requires() {
return [ MathEditing, MathUI, Widget, AutoMath ];
return [ MathEditing, MathUI, Widget, AutoMath, MathPasteFromOffice ];
}
static get pluginName() {