A django-filer based CKEditor filebrowser
Project description
A django-filer based CKEditor filebrowser
Supported versions
Python: 2.7, 3.4, 3.5, 3.6
Django: 1.8 to 1.11
django-filer: 1.2 and above
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.4 (2018-01-09)
Fixed filer version detection
Added support for Django 1.11
0.2.3 (2017-04-19)
Added russian translations
0.2.2 (2017-03-14)
Added french translations
0.2.1 (2017-01-01)
Added support for Django 1.10
0.2.0 (2016-10-22)
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
Fixed support for advanced deployment structure
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-ckeditor-filebrowser-filer-0.2.4.tar.gz.
File metadata
- Download URL: django-ckeditor-filebrowser-filer-0.2.4.tar.gz
- Upload date:
- Size: 28.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7378d0eef71696954cfbeb13eb10332306af1cb072424e8e7b5a0534e45af301
|
|
| MD5 |
84b2e48b530851b711ce50ae1128d05d
|
|
| BLAKE2b-256 |
2c5cc947170ce0b9792323ae5d98af5bf003886546c65542f570a9e4a3b61999
|
File details
Details for the file django_ckeditor_filebrowser_filer-0.2.4-py2.py3-none-any.whl.
File metadata
- Download URL: django_ckeditor_filebrowser_filer-0.2.4-py2.py3-none-any.whl
- Upload date:
- Size: 32.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d074e09807125742c9b6bc6bb272074690a6391dbc3af90f2b0e33440cbf260e
|
|
| MD5 |
e7f3a23c5b7c6b01c50eca41b74be50a
|
|
| BLAKE2b-256 |
32953ca2551f01bc2af434ab8a1e7c930b727663fc466d09b7a8f9adf2a44bf0
|