From 2a97f9dfddacf242cc1fd8bc6df9d35d0528689b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 8 Jan 2025 21:25:32 +0200 Subject: [PATCH] refactor: use submodule for ckeditor5-footnotes --- packages/ckeditor5-build-trilium/src/config.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/ckeditor5-build-trilium/src/config.ts b/packages/ckeditor5-build-trilium/src/config.ts index 49b306b28..08e083a04 100644 --- a/packages/ckeditor5-build-trilium/src/config.ts +++ b/packages/ckeditor5-build-trilium/src/config.ts @@ -54,7 +54,6 @@ import { SpecialCharacters, SpecialCharactersEssentials } from '@ckeditor/ckedit import { GeneralHtmlSupport } from "@ckeditor/ckeditor5-html-support"; import Uploadfileplugin from "../../ckeditor5-file-upload/uploadfileplugin"; import { PageBreak } from '@ckeditor/ckeditor5-page-break'; -import { Mermaid } from "../../ckeditor5-mermaid/src/index"; import MentionCustomization from './mention_customization'; import UploadimagePlugin from './uploadimage'; @@ -72,8 +71,10 @@ import {SpecialCharactersEmoji} from "./special_characters_emoji"; import Math from '@triliumnext/ckeditor5-math/src/math'; import AutoformatMath from '@triliumnext/ckeditor5-math/src/autoformatmath'; -import '@triliumnext/ckeditor5-footnotes/src/footnote.css'; -import { Footnotes } from '@triliumnext/ckeditor5-footnotes'; +import { Mermaid } from "../../ckeditor5-mermaid/src/index"; + +import '../../ckeditor5-footnotes/src/footnote.css'; +import { Footnotes } from '../../ckeditor5-footnotes'; export const COMMON_PLUGINS = [ // essentials package expanded to allow selectively disable Enter and ShiftEnter