mirror of
https://github.com/docmost/docmost.git
synced 2026-07-26 04:24:41 +10:00
feat: Multiple file upload, improved placeholders, local previews
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user