Rich Text Editor

This RichText editor widget supports user mention and image uploading, it can work with Django Form smoothly.

You can enable the features in django_app/core/pattern_contexts.py and check how it works.

The frontend code is at frontend/src/controllers/quill_editor_controller.js, you can customize it to fit your needs.