Add automath and fix preview and display button

This commit is contained in:
Sauli Anto
2019-09-28 18:03:05 +03:00
parent eed45a5dd3
commit 6e08776268
7 changed files with 243 additions and 63 deletions

View File

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