Skip to main content

flask-wysiwyg provides custom form fields to render wysiwyg editor instead of regular textareas. It takes care of cleaning html for you too. With its super secure defaults you do not want to modified it's whitelisting rules.

Project description

flask-wysiwyg provides custom form fields to render wysiwyg editor instead of regular textareas. It takes care of cleaning html for you too. With its super secure defaults you do not want to modified it’s whitelisting rules.

how to use? from flask-wysiwyg import WysiwygField

class InfoForm(Form):

title=StringField(‘Title’,validators=[Required(), Length(1, 64)]) body=WysiwygField(“txteditor”,validators=[Required()])

use “WysiwygField” field.

Don’t forget the download the bootstrap-wysiwyg.add the css and javascrpts.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask-wysiwyg-0.1.zip (4.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page