mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
chore(ckeditor5): first integration into client (WIP)
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
import { EditorWatchdog } from "ckeditor5";
|
||||
import BalloonEditor from "./ckeditor_balloon.js";
|
||||
import DecoupledEditor from "./ckeditor_decoupled.js";
|
||||
|
||||
export default {
|
||||
BalloonEditor,
|
||||
DecoupledEditor,
|
||||
EditorWatchdog
|
||||
}
|
||||
export { EditorWatchdog } from "ckeditor5";
|
||||
export { default as BalloonEditor } from "./ckeditor_balloon.js";
|
||||
export { default as DecoupledEditor } from "./ckeditor_decoupled.js";
|
||||
|
||||
Reference in New Issue
Block a user