mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
Add automath and fix preview and display button
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user