django-froala-editor icon indicating copy to clipboard operation
django-froala-editor copied to clipboard

Package to integrate Froala WYSIWYG HTML rich text editor with Django.

Results 29 django-froala-editor issues
Sort by recently updated
recently updated
newest added

[webp is in the default list of allowed image types](https://www.froala.com/wysiwyg-editor/docs/options#imageAllowedTypes) and should be added here as well.

https://github.com/froala/django-froala-editor/blob/e70b402beab6611ad4d5a4ed46cb6ead1c2eec3d/froala_editor/widgets.py#L56 The json encoding should use `django.core.serializers.json.DjangoJSONEncoder` so `lazy` components from settings can properly be evaluated. For example, I'm trying to set `imageManagerLoadURL` using `reverse_lazy`. However, the default encoding gives...

Since django-froala-editor versions are tied to Froala versions, and license keys are only good for a fixed range of Froala versions, it would be very helpful to keep older versions...

Hi! I'm using docker-compose with `nginx` and when I try to add an image I see an error: image.min.js:7 POST http://localhost/froala_editor/image_upload/ 404 (Not Found) How to configure `nginx` to avoid...

Hello, Froala doesn't seem to handle django/jinga template tags too well. For example, it automagically wraps for loops (i.e `{% for i in y %}`) in paragraph tags. This is...

I have a model with FroalaField() and I want to filter data by the field. Unfortunately the Model.objects.filter() doesnt have option to filter by field__contains. How do I search on...

This PR adds the possibility of uploading videos as simply as it was uploading images or files. I have tested it and it works.

Hi there I wanted to use `FroalaField` and there are I also used `django‑modeltranslation` which not support `django.db.models.Field`, I try to replace `Field` with `TextField`, but there is no result