From 76368f1ae9942812d0bb16235263f3f0b7619439 Mon Sep 17 00:00:00 2001 From: virgile-dev Date: Tue, 24 Sep 2024 10:13:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(project)=20update=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minimal update to the readme file to better reflect the project. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56a45d55..21d3d730 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ # Impress -Impress prints your markdown to pdf from predefined templates with user and role based access rights. +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/) and [Next.js](https://nextjs.org/). +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