Closed kosuo closed 5 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.
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.
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 :)
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.
This will now be closed due to inactivity, but feel free to reopen it.
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?