Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Try Examples

Open a terminal, type the commands below one by one:

$ git clone https://github.com/greyli/flask-ckeditor
$ cd flask-ckeditor/examples
$ pip install -r requirements.txt
$ python basic/app.py

Then go to http://127.0.0.1:5000 with your favourite browser.

Aside from the basic example, there are four additional examples:

  • examples/image-upload: This example demonstrate how to support image upload in Flaks-CKEditor.
  • examples/codesnippet: This example demonstrate how to use Code Snippet plugin.
  • examples/without-flask-wtf: This example demonstrate how to use CKEditor without Flask-WTF.