Release date: 2020/4/19
- Upgrade CKEditor from 4.9.2 to 4.14.0.
- Fix multiple minor bugs.
- Fix documentation.
Release date: 2018/11/8
- Add CSRF protect support for image uplaoding, based on Flask-WTF (CSRFProtect).
Release date: 2018/8/24
- Add documentation.
- Remove built-in support for markdown plugin since it's unmaintained and not work with CKEditor > 4.6.
- Rename argument
codesnippet
toenable_codesnippet
inckeditor.config()
. - Add
serve_local
argument forckeditor.load()
.
Release date: 2018/6/8
- Change built-in resource’s url path to
ckeditor/static/...
to prevent conflict with user’s static path.
Release date: 2018/5/29
- Add basic unit test.
- Update resources, fix plugin register bug, use CKEditor 4.9.2.
- Add configuration parameter
CKEDITOR_ENABLE_CODESNIPPET
, used to enable/disableCode Snippet
plugin. - Added Markdown plugin into built-in resouce, enabled markdown mode
via
CKEDITOR_ENABLE_MARKDOWN
. - Added configuration parameter
CKEDITOR_EXTRA_PLUGINS
, a list used to register extra plugins.
Release date: 2018/2/4
- Added support to set
name
andvalue
when usingckeditor.create()
.
Release date: 2018/1/15
- Fixed built-in resources bug.
Release date: 2018/1/13
- The value of
CKEDITOR_FILE_UPLOADER
,CKEDITOR_FILE_BROWSER
,file_uploader
andfile_browser
inckeditor.config()
can be URL or endpoint. - Change
CKEDITOR_FILE_UPLOAD_URL
toCKEDITOR_FILE_UPLOADER
. - Change
CKEDITOR_FILE_BROWSER_URL
toCKEDITOR_FILE_BROWSER
. - Change
ckeditor.config(file_upload_url)
tockeditor.config(file_uploader)
. - Change
ckeditor.config(file_browser_url)
tockeditor.config(file_browser)
.
Release date: 2017/12/4
- Set custom resource url with
custom_url
argument inload()
. - Added support for configuration,
config()
method used to load config. - Added support to upload image.
- Added local resources, it can be enabled with
CKEDITOR_SERVE_LOCAL
, default toFalse
.
Release date: 2017/9/29
- Added example and basic documentation.
- Added support to custom version and pakage type.
- Import CKEditorField directly from
flask_ckeditor
. - Change
include_ckeditor()
toload()
.
Initialize release.