Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).