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 (2015-11-18)
Update to use canonical urls feature of filer 1.0
Update 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.0b5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76ead7dcdd8a26bf3021a8f91815fc6e11d507b14801e53738b170ccaaa193e0 |
|
MD5 | 45d182abea377d22d294e79b70d8d4cf |
|
BLAKE2b-256 | c40c22c6dd80d23c2e3ab32bc137b168bda74a66ec123f7f2044c7d2e1f42c7b |
Hashes for django_ckeditor_filebrowser_filer-0.2.0b5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a2f0cacf733121536d9d639ce26bf99cf4da1c4c93c944c33e66bd862fe87be |
|
MD5 | 553b3e09b23106b6c7b4d28d7de3139a |
|
BLAKE2b-256 | bdf02218e1379cf34c93710cafee4382b3cd22c9c7126ebc184e5dcd5f954926 |