chore(ckeditor5): first integration into client (WIP)

This commit is contained in:
Elian Doran
2025-05-03 12:39:34 +03:00
parent ba67812101
commit e1af7eba93
14 changed files with 93 additions and 134 deletions

View File

@@ -7,10 +7,6 @@ export interface Library {
css?: string[];
}
const CKEDITOR: Library = {
js: ["libraries/ckeditor/ckeditor.js"]
};
const CODE_MIRROR: Library = {
js: () => {
const scriptsToLoad = [
@@ -156,7 +152,6 @@ export default {
requireCss,
requireLibrary,
loadHighlightingTheme,
CKEDITOR,
CODE_MIRROR,
KATEX,
HIGHLIGHT_JS