mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 08:09:55 +01:00
refactor: use submodule for ckeditor5-footnotes
This commit is contained in:
@@ -54,7 +54,6 @@ import { SpecialCharacters, SpecialCharactersEssentials } from '@ckeditor/ckedit
|
|||||||
import { GeneralHtmlSupport } from "@ckeditor/ckeditor5-html-support";
|
import { GeneralHtmlSupport } from "@ckeditor/ckeditor5-html-support";
|
||||||
import Uploadfileplugin from "../../ckeditor5-file-upload/uploadfileplugin";
|
import Uploadfileplugin from "../../ckeditor5-file-upload/uploadfileplugin";
|
||||||
import { PageBreak } from '@ckeditor/ckeditor5-page-break';
|
import { PageBreak } from '@ckeditor/ckeditor5-page-break';
|
||||||
import { Mermaid } from "../../ckeditor5-mermaid/src/index";
|
|
||||||
|
|
||||||
import MentionCustomization from './mention_customization';
|
import MentionCustomization from './mention_customization';
|
||||||
import UploadimagePlugin from './uploadimage';
|
import UploadimagePlugin from './uploadimage';
|
||||||
@@ -72,8 +71,10 @@ import {SpecialCharactersEmoji} from "./special_characters_emoji";
|
|||||||
import Math from '@triliumnext/ckeditor5-math/src/math';
|
import Math from '@triliumnext/ckeditor5-math/src/math';
|
||||||
import AutoformatMath from '@triliumnext/ckeditor5-math/src/autoformatmath';
|
import AutoformatMath from '@triliumnext/ckeditor5-math/src/autoformatmath';
|
||||||
|
|
||||||
import '@triliumnext/ckeditor5-footnotes/src/footnote.css';
|
import { Mermaid } from "../../ckeditor5-mermaid/src/index";
|
||||||
import { Footnotes } from '@triliumnext/ckeditor5-footnotes';
|
|
||||||
|
import '../../ckeditor5-footnotes/src/footnote.css';
|
||||||
|
import { Footnotes } from '../../ckeditor5-footnotes';
|
||||||
|
|
||||||
export const COMMON_PLUGINS = [
|
export const COMMON_PLUGINS = [
|
||||||
// essentials package expanded to allow selectively disable Enter and ShiftEnter
|
// essentials package expanded to allow selectively disable Enter and ShiftEnter
|
||||||
|
|||||||
Reference in New Issue
Block a user