mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
chore(ckeditor5/plugins): integrate markdown inline
This commit is contained in:
@@ -9,6 +9,7 @@ import ReferenceLink from "./plugins/referencelink.js";
|
||||
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";
|
||||
|
||||
const TRILIUM_PLUGINS: typeof Plugin[] = [
|
||||
CutToNotePlugin,
|
||||
@@ -19,7 +20,8 @@ const TRILIUM_PLUGINS: typeof Plugin[] = [
|
||||
InternalLinkPlugin,
|
||||
RemoveFormatLinksPlugin,
|
||||
SpecialCharactersEmojiPlugin,
|
||||
IndentBlockShortcutPlugin
|
||||
IndentBlockShortcutPlugin,
|
||||
MarkdownImportPlugin
|
||||
];
|
||||
|
||||
export const COMMON_PLUGINS: typeof Plugin[] = [
|
||||
@@ -77,7 +79,6 @@ export const COMMON_PLUGINS: typeof Plugin[] = [
|
||||
SpecialCharactersEssentials,
|
||||
FindAndReplace,
|
||||
Mention,
|
||||
// MarkdownImportPlugin,
|
||||
// MentionCustomization,
|
||||
// IncludeNote,
|
||||
PageBreak,
|
||||
|
||||
Reference in New Issue
Block a user