mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 10:39:00 +01:00
fix(export/share): ckcontent CSS missing
This commit is contained in:
parent
955b202b8a
commit
1e2c8b2ac4
@ -35,6 +35,7 @@
|
||||
"esbuild": "0.25.11",
|
||||
"eslint": "9.38.0",
|
||||
"highlight.js": "11.11.1",
|
||||
"typescript": "5.9.3"
|
||||
"typescript": "5.9.3",
|
||||
"@triliumnext/ckeditor5": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@ -8,6 +8,7 @@ import setupMath from "./modules/math";
|
||||
import api from "./modules/api";
|
||||
import "boxicons/css/boxicons.min.css";
|
||||
import "highlight.js/styles/default.css";
|
||||
import "@triliumnext/ckeditor5/src/theme/ck-content.css";
|
||||
|
||||
function $try<T extends (...a: unknown[]) => unknown>(func: T, ...args: Parameters<T>) {
|
||||
try {
|
||||
|
||||
17
pnpm-lock.yaml
generated
17
pnpm-lock.yaml
generated
@ -1342,6 +1342,9 @@ importers:
|
||||
'@digitak/esrun':
|
||||
specifier: 3.2.26
|
||||
version: 3.2.26
|
||||
'@triliumnext/ckeditor5':
|
||||
specifier: workspace:*
|
||||
version: link:../ckeditor5
|
||||
'@types/swagger-ui':
|
||||
specifier: 5.21.1
|
||||
version: 5.21.1
|
||||
@ -1394,18 +1397,6 @@ importers:
|
||||
specifier: 0.0.3
|
||||
version: 0.0.3(bufferutil@4.0.9)(utf-8-validate@6.0.5)
|
||||
|
||||
packages/uikit:
|
||||
dependencies:
|
||||
'@triliumnext/commons':
|
||||
specifier: workspace:*
|
||||
version: link:../commons
|
||||
'@triliumnext/highlightjs':
|
||||
specifier: workspace:*
|
||||
version: link:../highlightjs
|
||||
jquery:
|
||||
specifier: 3.7.1
|
||||
version: 3.7.1
|
||||
|
||||
packages:
|
||||
|
||||
'@ampproject/remapping@2.3.0':
|
||||
@ -15281,8 +15272,6 @@ snapshots:
|
||||
'@ckeditor/ckeditor5-utils': 47.1.0
|
||||
ckeditor5: 47.1.0(patch_hash=8331a09d41443b39ea1c784daaccfeb0da4f9065ed556e7de92e9c77edd9eb41)
|
||||
es-toolkit: 1.39.5
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@ckeditor/ckeditor5-editor-multi-root@47.1.0':
|
||||
dependencies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user