mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
chore(ckeditor5/plugins): integrate mention customization
This commit is contained in:
@@ -10,6 +10,7 @@ import RemoveFormatLinksPlugin from "./plugins/remove_format_links.js";
|
||||
import SpecialCharactersEmojiPlugin from "./plugins/special_characters_emoji.js";
|
||||
import IndentBlockShortcutPlugin from "./plugins/indent_block_shortcut.js";
|
||||
import MarkdownImportPlugin from "./plugins/markdownimport.js";
|
||||
import MentionCustomization from "./plugins/mention_customization.js";
|
||||
|
||||
const TRILIUM_PLUGINS: typeof Plugin[] = [
|
||||
CutToNotePlugin,
|
||||
@@ -21,7 +22,8 @@ const TRILIUM_PLUGINS: typeof Plugin[] = [
|
||||
RemoveFormatLinksPlugin,
|
||||
SpecialCharactersEmojiPlugin,
|
||||
IndentBlockShortcutPlugin,
|
||||
MarkdownImportPlugin
|
||||
MarkdownImportPlugin,
|
||||
MentionCustomization
|
||||
];
|
||||
|
||||
export const COMMON_PLUGINS: typeof Plugin[] = [
|
||||
@@ -79,7 +81,6 @@ export const COMMON_PLUGINS: typeof Plugin[] = [
|
||||
SpecialCharactersEssentials,
|
||||
FindAndReplace,
|
||||
Mention,
|
||||
// MentionCustomization,
|
||||
// IncludeNote,
|
||||
PageBreak,
|
||||
GeneralHtmlSupport,
|
||||
|
||||
Reference in New Issue
Block a user