No description
Find a file
Philip Okugbe 937a07059a
feat: implement Markdown and HTML page imports (#85)
* 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
2024-07-20 17:59:04 +01:00
apps feat: implement Markdown and HTML page imports (#85) 2024-07-20 17:59:04 +01:00
packages feat: Individual page export in Markdown and HTML formats (#80) 2024-07-12 14:45:09 +01:00
.dockerignore move storage data directory to root 2024-06-27 15:07:48 +01:00
.env.example more env validations 2024-06-27 22:47:59 +01:00
.gitignore move storage data directory to root 2024-06-27 15:07:48 +01:00
.npmrc switch to nx monorepo 2024-01-09 18:58:26 +01:00
docker-compose.yml update docker compose file 2024-06-29 13:00:10 +01:00
Dockerfile Update readme 2024-06-28 17:29:46 +01:00
LICENSE LICENSE 2023-11-15 23:11:15 +00:00
nx.json switch to nx monorepo 2024-01-09 18:58:26 +01:00
package.json feat: implement Markdown and HTML page imports (#85) 2024-07-20 17:59:04 +01:00
pnpm-lock.yaml feat: implement Markdown and HTML page imports (#85) 2024-07-20 17:59:04 +01:00
pnpm-workspace.yaml * add new tiptap editor extension monorepo package 2024-01-14 23:05:41 +01:00
README.md Update readme 2024-06-28 17:29:46 +01:00

Docmost

Open-source collaborative wiki and documentation software.
Website | Documentation


Note

Docmost is currently in beta. We value your feedback as we progress towards a stable release.

Getting started

To get started with Docmost, please refer to our documentation.

Features

  • Real-time collaboration
  • Spaces
  • Permissions management
  • Groups
  • Comments
  • Page history
  • Search
  • File attachment

Screenshots

home editor

Contributing

See the development doc