Switching from Markdown to Summernote

Sat 04 Nov 2023, by rahmantoks

Previously I added markdown functionality to the blog to help me with formatting. I choose markdown because I'm already familiar with it (I used it at work to handle Redmine Tickets).

But when I want to create a post with some images in it, I realized that it wasn't enough. So I decided to use summernote instead.

↓ Editing Post in admin panel using summernote.


Checkout the official django-summernote repository.