Skip to content

Commit

Permalink
πŸ“(project) update README.md
Browse files Browse the repository at this point in the history
Minimal update to the readme file to better reflect the project.
  • Loading branch information
virgile-dev authored and AntoLC committed Sep 30, 2024
1 parent fab86f7 commit 76368f1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Impress

Impress prints your markdown to pdf from predefined templates with user and role based access rights.

Impress is built on top of [Django Rest
Framework](https://www.django-rest-framework.org/) and [Next.js](https://nextjs.org/).
Impress is a web application for real-time collaborative text editing with user and role based access rights.
Features include :
- User authentication through OIDC
- BlocNote.js text editing experience (markdown support, dynamic conversion, block structure, slash commands for block creation)
- Document export to pdf and docx from predefined templates
- Granular document permissions
- Public link sharing
- Offline mode

Impress is built on top of [Django Rest Framework](https://www.django-rest-framework.org/), [Next.js](https://nextjs.org/) and [BlocNote.js](https://www.blocknotejs.org/)

## Getting started

Expand Down

0 comments on commit 76368f1

Please sign in to comment.