Hi there!
I noticed that in EspoCRM, when you paste a file (like an image or document) into a text field, it's handled and attached properly to the related entity (e.g., added to the attachments field).
However, this behavior doesn’t apply to the WYSIWYG field. Currently, pasting files into the WYSIWYG editor doesn't trigger the same file-handling logic, even though Summernote supports intercepting paste events.
Would it be possible to implement similar clipboard file-paste handling for the WYSIWYG field as is already done for text fields?
This would greatly improve user experience, especially for composing rich content with pasted screenshots or files.
Thanks for considering this!
I noticed that in EspoCRM, when you paste a file (like an image or document) into a text field, it's handled and attached properly to the related entity (e.g., added to the attachments field).
However, this behavior doesn’t apply to the WYSIWYG field. Currently, pasting files into the WYSIWYG editor doesn't trigger the same file-handling logic, even though Summernote supports intercepting paste events.
Would it be possible to implement similar clipboard file-paste handling for the WYSIWYG field as is already done for text fields?
This would greatly improve user experience, especially for composing rich content with pasted screenshots or files.
Thanks for considering this!
Comment