From d37412fd2ec48c64ead2be7fe80e39c7ed747d13 Mon Sep 17 00:00:00 2001 From: Vasilev Sergey Date: Sat, 29 Nov 2025 21:08:59 +0100 Subject: [PATCH] Add markdown package url --- .gitignore | 1 + README.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index b18cb1f55..576e7ec24 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.pyc __pycache__ venv +.venv node_modules dist/ *.sqlite3 diff --git a/README.md b/README.md index c091198cb..6c662175a 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Need expert help with Django or Unfold? We offer services to support your projec - **UI components**: Offers reusable interface components such as cards, buttons, and charts. - **Crispy forms**: Custom template pack for django-crispy-forms to style forms with Unfold's design system. - **WYSIWYG editor**: Built-in support for WYSIWYG editing through Trix. +- **Markdown editor**: Separate package [django-unfold-markdown](https://github.com/sergei-vasilev-dev/django-unfold-markdown) for Markdown editing with EasyMDE. - **Array widget:** Built-in widget for `django.contrib.postgres.fields.ArrayField`. - **Inline tabs:** Group inlines into tab navigation in the change form. - **Conditional fields:** Show or hide fields dynamically based on the values of other fields in the form. @@ -67,6 +68,8 @@ Need expert help with Django or Unfold? We offer services to support your projec ## Third-party package support +### Official integrations + - [django-guardian](https://github.com/django-guardian/django-guardian) - [Integration guide](https://unfoldadmin.com/docs/integrations/django-guardian/) - [django-import-export](https://github.com/django-import-export/django-import-export) - [Integration guide](https://unfoldadmin.com/docs/integrations/django-import-export/) - [django-simple-history](https://github.com/jazzband/django-simple-history) - [Integration guide](https://unfoldadmin.com/docs/integrations/django-simple-history/) @@ -76,6 +79,10 @@ Need expert help with Django or Unfold? We offer services to support your projec - [django-money](https://github.com/django-money/django-money) - [Integration guide](https://unfoldadmin.com/docs/integrations/django-money/) - [django-location-field](https://github.com/caioariede/django-location-field) - [Integration guide](https://unfoldadmin.com/docs/integrations/django-location-field/) +### Community extensions + +- [django-unfold-markdown](https://github.com/sergey-vasiliev-dualboot/django-unfold-markdown) - Markdown editor widget with EasyMDE + ## Credits - **Tailwind**: [Tailwind CSS](https://github.com/tailwindlabs/tailwindcss) - Licensed under the [MIT License](https://opensource.org/licenses/MIT).