从 summernote 的文档看到以下信息. disable, enable You can disable editor by API. $('#summernote').summernote('disable'); If you want to enable editor again, call API with enable. $('#summernote').summernote('enable'); Font style API https://summernote.org/deep
Summernote is a simple WYSIWYG editor. GITHUB:https://github.com/summernote/django-summernote SETUP Install django-summernote to your python environment. pip install django-summernote Add django_summernote to INSTALLED_APP in settings.py. INSTALLED_A