Is the drag & drop of image features still working?
Within a text plugin dialog, I can input texts and filer images correctly.
However, drag & drop of images from windows system to the dialog box doesn't have any effect, not even an error thrown on either front end or backend
I'm also curious about this. I would like to add images to my articles using only the djangocms-text-ckeditor, unfortunately it seems that it is not possible.
Drag & drop is supported by the ckeditor js library but djangocms-text-ckeditor currently does not support this. Adding can image can only be done using the embedded image plugin.
@czpython is it possible to use ckeditor on place of the djangocms-text-ckeditor?
Drag & Drop or pasting images only works in the Paste from Word dialog for me, though before it worked directly in the editor. I'm using version 3.2.1.
https://github.com/django-ckeditor/django-ckeditor uses a more up to date version, but you'll lose DjangoCMS/plugin integration.
djangocms-cascade has a plugin which can handle images inside the text editor. It behaves as a normal CMS plugin and uses django-filer as its media store. It is even possible to wrap such an image inside a link element, pointing onto existing CMS pages.
Nice project @jrief! But does the plugin actually supports drag & drop or copy/paste? It's not mentioned in the docs. Also, does it works in all major browsers? The lack of Chrome support made me give up on djangocms-text-ckeditor.
@Chematronix drag & drop works fine via django-filer. As I wrote, it behaves like a normal image plugin, hence images are managed by the existing media store.
My default browser is Chrome, there everything works fine. For development I use Canary. Often I test with Firefox.
@lazydragon did you check cascade plugin as a solution?
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.