Skip to main content

leonardo-module-redactor is a lightweight responsive wysiwyg editor for Leonardo

Project description

A lightweight wysiwyg editor for Leonardo

Installation

pip install leonardo-module-redactor

or as leonardo bundle

pip install django-leonardo["redactor"]

Add leonardo_module_sentry to APPS list, in the local_settings.py:

APPS = [
    ...
    'leonardo_module_redactor'
    ...
]

REDACTOR_OPTIONS = {
    'lang': 'en',
    'plugins': ['table', 'video', 'fullscreen', 'fontcolor', 'textdirection']}

REDACTOR_UPLOAD = 'uploads/'

Sync static

python manage.py sync_all

# or

python manage.py collectstatic --noinput

Project details


Download files

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

Source Distribution

leonardo-module-redactor-2015.5.0.tar.gz (54.3 kB view details)

Uploaded Source

File details

Details for the file leonardo-module-redactor-2015.5.0.tar.gz.

File metadata

File hashes

Hashes for leonardo-module-redactor-2015.5.0.tar.gz
Algorithm Hash digest
SHA256 a455df4a94f872de2996749af58d96277f2ce4581a0aabb42fb55d67a34e610a
MD5 3fd4c5ff43a2e19d61acfd6abb1da6e4
BLAKE2b-256 ccf01373045cca7b7dd8c16a40a18900181ffffbc9bad94f200e44ee2c6f970f

See more details on using hashes here.

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