feat: Multiple file upload, improved placeholders, local previews

This commit is contained in:
Arek Nawo
2026-01-20 11:10:11 +01:00
parent 03ae58253a
commit dbd1308c72
18 changed files with 400 additions and 245 deletions
@@ -42,6 +42,7 @@ import {
Heading,
Highlight,
UniqueID,
SharedStorage,
} from "@docmost/editor-ext";
import {
randomElement,
@@ -107,6 +108,7 @@ export const mainExtensions = [
},
},
}),
SharedStorage,
Heading,
UniqueID.configure({
types: ["heading", "paragraph"],