mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-13 20:42:29 +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 Uploadfileplugin from "../../ckeditor5-file-upload/uploadfileplugin";
|
||||||
import { PageBreak } from '@ckeditor/ckeditor5-page-break';
|
import { PageBreak } from '@ckeditor/ckeditor5-page-break';
|
||||||
import { TextPartLanguage } from "@ckeditor/ckeditor5-language";
|
import { TextPartLanguage } from "@ckeditor/ckeditor5-language";
|
||||||
|
import { Style } from "../../ckeditor5-style";
|
||||||
|
|
||||||
import MentionCustomization from './mention_customization';
|
import MentionCustomization from './mention_customization';
|
||||||
import UploadimagePlugin from './uploadimage';
|
import UploadimagePlugin from './uploadimage';
|
||||||
@ -143,6 +144,7 @@ export const COMMON_PLUGINS = [
|
|||||||
PageBreak,
|
PageBreak,
|
||||||
GeneralHtmlSupport,
|
GeneralHtmlSupport,
|
||||||
TextPartLanguage,
|
TextPartLanguage,
|
||||||
|
Style,
|
||||||
|
|
||||||
// External plugins
|
// External plugins
|
||||||
Math,
|
Math,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user