mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
refactor: use submodule for ckeditor5-footnotes
This commit is contained in:
parent
28b182b993
commit
2a97f9dfdd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user