How to add WYSIWYG editor to edit some fields in Flask-Admin

Flask-Admin is a well-known extension for Flask which allows to add handy admin interface to Flask-based applications. It was inspired by the django-admin package. It's distinguishing features are high customization capabilities. The developer can extend and customize it to implement any necessary functionality without problems. In this post, we will show how to create and [...]