django-froala-editor
django-froala-editor copied to clipboard
Package to integrate Froala WYSIWYG HTML rich text editor with Django.
When I upload a video, it seems froala save the vedio in browser's memory as this format `blob:http:xxxxxxx`, how can I upload the video to a disk directory just like...
```div.form-row { overflow: visible; } ``` This breaks the UI when you have drop downs in the django admin.
Related to reported issue #70, this CSS fixes the django admin site form related and text field style. Before the fix:  After the fix: 
I try to be in settings.py Add to file imageMultipleStyles Parameters, But still not Uploading multiple images。 Please help me, thank you.
Hi! I did the integration as stated in the README but I still see placeholders in the "Manage Images" tab. Any ideas what is missing?
if I have two text fields near each other and look what happens when I go to add a link.
This uses a feature added in Django 1.10 so it only works for that version and newer.
I have a problem where I can't submit my form because my description `textarea` is `required` but `hidden` in my `form`. Any idea how I can solve this? I have...
We are trying to write some custom functionality that we want to include into the FROALA editor field in Django. Unfortunately there seems to be no clear cut way to...
I'm trying to use **Froala Editor** in Django backend but I cant add photos. In my urls.py in root directory I've added url as follow: urlpatterns = patterns('', url(r'^$', include('main.urls')),...