mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
refactor(build): switch to submodule for ckeditor5-math
This commit is contained in:
parent
15de8e1b57
commit
3a24a959a2
@ -50,9 +50,7 @@
|
||||
"@ckeditor/ckeditor5-paste-from-office": "43.2.0",
|
||||
"@ckeditor/ckeditor5-table": "43.2.0",
|
||||
"@ckeditor/ckeditor5-typing": "43.2.0",
|
||||
"@ckeditor/ckeditor5-utils": "43.2.0",
|
||||
"@triliumnext/ckeditor5-math": "43.2.0-hotfix1",
|
||||
"@triliumnext/ckeditor5-footnotes": "0.0.4-hotfix11"
|
||||
"@ckeditor/ckeditor5-utils": "43.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ckeditor/ckeditor5-core": "43.2.0",
|
||||
|
@ -70,8 +70,7 @@ import removeFormatLinksPlugin from './remove_format_links';
|
||||
import {SpecialCharactersEmoji} from "./special_characters_emoji";
|
||||
|
||||
// External plugins
|
||||
import Math from '@triliumnext/ckeditor5-math/src/math';
|
||||
import AutoformatMath from '@triliumnext/ckeditor5-math/src/autoformatmath';
|
||||
import { Math, AutoformatMath } from '../../ckeditor5-math/src/index';
|
||||
|
||||
import { Mermaid } from "../../ckeditor5-mermaid/src/index";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user