refactor(build): switch to submodule for ckeditor5-math

This commit is contained in:
Elian Doran 2025-03-15 01:00:24 +02:00
parent 15de8e1b57
commit 3a24a959a2
2 changed files with 2 additions and 5 deletions

View File

@ -50,9 +50,7 @@
"@ckeditor/ckeditor5-paste-from-office": "43.2.0", "@ckeditor/ckeditor5-paste-from-office": "43.2.0",
"@ckeditor/ckeditor5-table": "43.2.0", "@ckeditor/ckeditor5-table": "43.2.0",
"@ckeditor/ckeditor5-typing": "43.2.0", "@ckeditor/ckeditor5-typing": "43.2.0",
"@ckeditor/ckeditor5-utils": "43.2.0", "@ckeditor/ckeditor5-utils": "43.2.0"
"@triliumnext/ckeditor5-math": "43.2.0-hotfix1",
"@triliumnext/ckeditor5-footnotes": "0.0.4-hotfix11"
}, },
"devDependencies": { "devDependencies": {
"@ckeditor/ckeditor5-core": "43.2.0", "@ckeditor/ckeditor5-core": "43.2.0",

View File

@ -70,8 +70,7 @@ import removeFormatLinksPlugin from './remove_format_links';
import {SpecialCharactersEmoji} from "./special_characters_emoji"; import {SpecialCharactersEmoji} from "./special_characters_emoji";
// External plugins // External plugins
import Math from '@triliumnext/ckeditor5-math/src/math'; import { Math, AutoformatMath } from '../../ckeditor5-math/src/index';
import AutoformatMath from '@triliumnext/ckeditor5-math/src/autoformatmath';
import { Mermaid } from "../../ckeditor5-mermaid/src/index"; import { Mermaid } from "../../ckeditor5-mermaid/src/index";