fix(ckeditor5-mermaid): add missing CSS

This commit is contained in:
Elian Doran 2025-05-04 18:12:04 +03:00
parent 6b1dab4448
commit 89f95f6187
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import insertMermaidIcon from './../theme/icons/insert.svg';
import previewModeIcon from './../theme/icons/preview-mode.svg';
import splitModeIcon from './../theme/icons/split-mode.svg';
import sourceModeIcon from './../theme/icons/source-mode.svg';
import "../theme/mermaid.css";
export const icons = {
infoIcon,

View File

@ -16,6 +16,8 @@ import Uploadfileplugin from "./plugins/file_upload/uploadfileplugin.js";
import { Kbd } from "@triliumnext/ckeditor5-keyboard-marker";
import { Mermaid } from "@triliumnext/ckeditor5-mermaid";
import "@triliumnext/ckeditor5-mermaid/index.css";
const TRILIUM_PLUGINS: typeof Plugin[] = [
CutToNotePlugin,
ItalicAsEmPlugin,