mirror of
https://github.com/docmost/docmost.git
synced 2025-11-20 20:51:08 +10:00
* page import feature * make file interceptor common * replace @tiptap/html * update tiptap version * reduce table margin * update tiptap version * switch to upstream drag handle lib (fixes table dragging) * WIP * Page import module and other fixes * working page imports * extract page title from h1 heading * finalize page imports * cleanup unused imports * add menu arrow
5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
export enum ImportFormat {
|
|
HTML = 'html',
|
|
Markdown = 'markdown',
|
|
}
|