helloflask / flask-ckeditor

CKEditor integration for Flask, including image upload, code syntax highlight, and more.
https://flask-ckeditor.readthedocs.io
MIT License
200 stars 67 forks source link

please add flask admin image upload example #24

Closed bekab95 closed 4 years ago

bekab95 commented 4 years ago

Upload tab does not appear in flask admin and please add full example with upload in flask admin

greyli commented 4 years ago

Example added: https://github.com/greyli/flask-ckeditor/tree/master/examples/flask-admin-upload

greyli commented 4 years ago

IMO, you may forget to call ckeditor.load() in the template after set config variable in Python script.