django-cms / django-filer

File and Image Management Application for django
https://django-filer.readthedocs.io/
Other
1.76k stars 577 forks source link

How to use the django filer file selector in a rich text editor? #1439

Closed kosuo closed 3 months ago

kosuo commented 10 months ago

Django filer is a great remote image file resource manager. I want to modify all projects to django filer to manage server image resources, but I don't know how to choose to use the django filer file selector from a rich text editor? After consulting a lot of materials, I couldn't find a case where a rich text editor can perfectly integrate with django filer. Is it possible that the django filer file selector cannot be used in conjunction with a rich text editor?

jrief commented 10 months ago

In djangocms-text-ckeditor files are uploaded to django-filer. Have a look how it's done there.

If you want to use another RTE you probably have to implement something yourself.

stale[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

corentinbettiol commented 7 months ago

I don't know what you want to do, but django-ckeditor-filebrowser-filer uses django-filer to select images and display them in the ckeditor field. You may want to check how it's done here :)

stale[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 months ago

This will now be closed due to inactivity, but feel free to reopen it.