Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helloflask/flask-ckeditor
CKEditor integration for Flask, including image upload, code syntax highlight, and more.
https://github.com/helloflask/flask-ckeditor
ckeditor flask flask-ckeditor flask-extension
Last synced: 6 days ago
JSON representation
CKEditor integration for Flask, including image upload, code syntax highlight, and more.
- Host: GitHub
- URL: https://github.com/helloflask/flask-ckeditor
- Owner: helloflask
- License: mit
- Created: 2017-04-10T12:54:15.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T23:37:34.000Z (7 months ago)
- Last Synced: 2025-01-20T04:18:27.578Z (11 days ago)
- Topics: ckeditor, flask, flask-ckeditor, flask-extension
- Language: JavaScript
- Homepage: https://flask-ckeditor.readthedocs.io
- Size: 8.84 MB
- Stars: 203
- Watchers: 11
- Forks: 68
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Flask-CKEditor
[![GitHub License](https://img.shields.io/github/license/helloflask/flask-ckeditor%20)](https://github.com/helloflask/flask-ckeditor/blob/master/LICENSE)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flask-ckeditor)](https://pypi.org/project/Flask-CKEditor/)
[![PyPI - Version](https://img.shields.io/pypi/v/flask-ckeditor)](https://pypi.org/project/Flask-CKEditor/)
[![Build Status](https://github.com/helloflask/flask-ckeditor/workflows/build/badge.svg)](https://github.com/helloflask/flask-ckeditor/actions)
[![codecov](https://codecov.io/gh/helloflask/flask-ckeditor/graph/badge.svg?token=bCkkuXW4dX)](https://codecov.io/gh/helloflask/flask-ckeditor)CKEditor integration for Flask, including image upload, code syntax highlighting, and more.
> [!IMPORTANT]\
> Since CKEditor 4's end of life, and we will not support CKEditor 5 (GPL licensed).
> This project is in maintainance mode now. There will be no new features, only bug fixes.
> For security reasons, please consider using paid CKEditor 4 LTS version, CKEditor 5, or other alternatives.## Links
* [Documentation](https://flask-ckeditor.readthedocs.io/en/latest/)
* [PyPI](https://pypi.org/project/Flask-CKEditor/)
* [Examples](https://github.com/helloflask/flask-ckeditor/tree/master/examples)## License
This project is licensed under the MIT License (see the `LICENSE` file for details).