From 80da713a7e9f4c4d3ba9382b1e7a1e5a23b17cb1 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 4 Mar 2025 19:10:12 +0200 Subject: [PATCH] feat(editor): add text part language --- packages/ckeditor5-build-trilium/src/config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/ckeditor5-build-trilium/src/config.ts b/packages/ckeditor5-build-trilium/src/config.ts index 27c5e1de5..da3e93588 100644 --- a/packages/ckeditor5-build-trilium/src/config.ts +++ b/packages/ckeditor5-build-trilium/src/config.ts @@ -49,11 +49,11 @@ import { ShiftEnter } from '@ckeditor/ckeditor5-enter'; import { Typing } from '@ckeditor/ckeditor5-typing'; import { Undo } from '@ckeditor/ckeditor5-undo'; import { RemoveFormat } from '@ckeditor/ckeditor5-remove-format'; -import { EditorWatchdog } from '@ckeditor/ckeditor5-watchdog'; import { SpecialCharacters, SpecialCharactersEssentials } from '@ckeditor/ckeditor5-special-characters'; import { GeneralHtmlSupport } from "@ckeditor/ckeditor5-html-support"; import Uploadfileplugin from "../../ckeditor5-file-upload/uploadfileplugin"; import { PageBreak } from '@ckeditor/ckeditor5-page-break'; +import { TextPartLanguage } from "@ckeditor/ckeditor5-language"; import MentionCustomization from './mention_customization'; import UploadimagePlugin from './uploadimage'; @@ -141,6 +141,7 @@ export const COMMON_PLUGINS = [ removeFormatLinksPlugin, PageBreak, GeneralHtmlSupport, + TextPartLanguage, // External plugins Math,