'Adding input tools to a textarea

Am creating a blog website in Django where bloggers are not familiar with Markdown/Markup. So am planning to add these tools to my textarea.(image below). enter image description here

Please suggest an easy way to achieve this.



Solution 1:[1]

Use WYSIWYG Editor like summernote

https://github.com/summernote/django-summernote

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 seokmin-kang