chore(ckeditor5/plugins): integrate reference link

This commit is contained in:
Elian Doran
2025-05-03 17:00:24 +03:00
parent a54d8ed811
commit 2dcd37001f
7 changed files with 45 additions and 25 deletions

View File

@@ -5,11 +5,13 @@ import UploadimagePlugin from "./plugins/uploadimage.js";
import ItalicAsEmPlugin from "./plugins/italic_as_em.js";
import StrikethroughAsDel from "./plugins/strikethrough_as_del.js";
import InternalLinkPlugin from "./plugins/internallink.js";
import ReferenceLink from "./plugins/referencelink.js";
const TRILIUM_PLUGINS: typeof Plugin[] = [
CutToNotePlugin,
ItalicAsEmPlugin,
StrikethroughAsDel,
ReferenceLink,
UploadimagePlugin,
InternalLinkPlugin
];
@@ -71,7 +73,6 @@ export const COMMON_PLUGINS: typeof Plugin[] = [
// MarkdownImportPlugin,
// MentionCustomization,
// IncludeNote,
// ReferenceLink,
// indentBlockShortcutPlugin,
// removeFormatLinksPlugin,
PageBreak,