feat: swiched to milkdown

This commit is contained in:
2026-02-11 16:01:43 +01:00
parent ac6f07b9fe
commit 11ec82d12e
12 changed files with 3045 additions and 1354 deletions

View File

@@ -6,7 +6,7 @@ export { Panel } from './Panel';
export { TabBar } from './TabBar';
export { ToastContainer, toast, showToast, type ToastType } from './Toast';
export { ProjectSelector } from './ProjectSelector';
export { WysiwygEditor } from './WysiwygEditor';
export { MilkdownEditor } from './MilkdownEditor';
export { Lightbox, ImageGallery, useMarkdownImages } from './Lightbox';
export { TaskPopup } from './TaskPopup';
export { ResizablePanel } from './ResizablePanel';