A django-filer based CKEditor filebrowser
Project description
A django-filer based CKEditor filebrowser
Documentation
Original code is taken from django-ckeditor-filer
It supports both ckeditor widget provided by django-ckeditor and the one provided by djangocms-text-ckeditor.
Quickstart
Install django-ckeditor-filebrowser-filer:
pip install django-ckeditor-filebrowser-filer
Add it to INSTALLED_APPS along with its dependencies:
'filer', 'ckeditor_filebrowser_filer',
Configure django-filer Canonical URLs
Add ckeditor_filebrowser_filer to urlconf:
url(r'^filebrowser_filer/', include('ckeditor_filebrowser_filer.urls')),
Currently only filebrowser_filer/ is supported as url path
Add FilerImage button to you CKEditor configuration:
Add 'FilerImage' to a toolbar in CKEDITOR_CONFIGS
Add 'filerimage' in `` ‘extraPlugins’`` in CKEDITOR_CONFIGS
Add 'image' in `` ‘removePlugins’`` in CKEDITOR_CONFIGS
Example:
CKEDITOR_CONFIGS = { 'default': { 'toolbar': 'Custom', 'toolbar_Custom': [ ... ['FilerImage'] ], 'extraPlugins': 'filerimage', 'removePlugins': 'image' }, }
when using djangocms-text-ckeditor use CKEDITOR_SETTINGS instead of CKEDITOR_CONFIGS.
History
0.2.0 (unreleased)
Added support for canonical urls feature of filer 1.0
Added support to django-ckeditor (without django CMS)
Added support to filer up to 1.2
Added support to ThumbnailOption
Updated to work with djangocms-text-ckeditor 2.7
0.1.1 (2014-09-27)
Fix static files position
0.1.0 (2014-01-27)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django-ckeditor-filebrowser-filer-0.2.0b11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17401a4a47e7d91816b3eedb7aede7bcf9a6adc82530bf9993f8f7fa81f8e963 |
|
MD5 | dc1e7ac9ac75ee7e9fd4ea0ff65297ea |
|
BLAKE2b-256 | bb29d306247806e0507142befbc97e070502b9b7c6fdf24a12dc8805aaacc7c4 |
Hashes for django_ckeditor_filebrowser_filer-0.2.0b11-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3603f72e13e2308d35b67540ea91c34ac45e93f83890e8f634940bcbc6a7262b |
|
MD5 | 2c26d9f0a8ac32f63db92733b1aa45d7 |
|
BLAKE2b-256 | 12975481e8281464c05dbfb07a04e505d220039b8bc13b15240793b969c2e071 |