Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kosuo opened this issue Nov 15, 2023 · 3 comments
Open

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

kosuo opened this issue Nov 15, 2023 · 3 comments

Comments

@kosuo
Copy link

kosuo commented Nov 15, 2023

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
Copy link
Collaborator

jrief commented Nov 15, 2023

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.

Copy link

stale bot commented Feb 13, 2024

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 stale bot added the stale label Feb 13, 2024
@corentinbettiol
Copy link
Contributor

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 stale bot removed the stale label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants