mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
feat(editor): add style plugin
This commit is contained in:
parent
aac822cf80
commit
21658e62b4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user