django-ckeditor-5
django-ckeditor-5 copied to clipboard
Browsing uploaded images
Hello, I'm migrating from django-ckeditor 4 to this repo. So far, everything else that I am using works great. However, I am at loss when I try to find an image that I uploaded to the editor (and refreshed the page before saving). Is there a way to browse the images that are present on the server in the upload path?
@anshulthakur There is no gallery like in django-ckeditor, images simply get uploaded to your media folder, there's no way to insert a previously uploaded image.