diff --git a/apps/client/src/widgets/type_widgets/editable_text.ts b/apps/client/src/widgets/type_widgets/editable_text.ts index 9bec33399..90661a66d 100644 --- a/apps/client/src/widgets/type_widgets/editable_text.ts +++ b/apps/client/src/widgets/type_widgets/editable_text.ts @@ -18,6 +18,7 @@ import { buildConfig, buildToolbarConfig } from "./ckeditor/config.js"; import type FNote from "../../entities/fnote.js"; import { getMermaidConfig } from "../../services/mermaid.js"; import { PopupEditor, ClassicEditor, EditorWatchdog, type CKTextEditor } from "@triliumnext/ckeditor5"; +import "@triliumnext/ckeditor5/index.css"; const ENABLE_INSPECTOR = false; diff --git a/packages/ckeditor5/package.json b/packages/ckeditor5/package.json index 5b5cecea2..ae7909b02 100644 --- a/packages/ckeditor5/package.json +++ b/packages/ckeditor5/package.json @@ -11,6 +11,7 @@ "./package.json": "./package.json", "./emoji_definitions/": "./src/emoji_definitions/", "./content.css": "./dist/content.css", + "./index.css": "./dist/index.css", ".": { "development": "./src/index.ts", "types": "./dist/index.d.ts",