mirror of
https://github.com/zadam/trilium.git
synced 2025-12-23 08:39:57 +01:00
feat(editor): add style plugin
This commit is contained in:
@@ -54,6 +54,7 @@ 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 { Style } from "../../ckeditor5-style";
|
||||
|
||||
import MentionCustomization from './mention_customization';
|
||||
import UploadimagePlugin from './uploadimage';
|
||||
@@ -143,6 +144,7 @@ export const COMMON_PLUGINS = [
|
||||
PageBreak,
|
||||
GeneralHtmlSupport,
|
||||
TextPartLanguage,
|
||||
Style,
|
||||
|
||||
// External plugins
|
||||
Math,
|
||||
|
||||
Reference in New Issue
Block a user