image icon indicating copy to clipboard operation
image copied to clipboard

Image Block for Editor.js

Results 123 image issues
Sort by recently updated
recently updated
newest added

to resolve [this](https://github.com/codex-team/editor.js/pull/2100) problem

Adds support for modern image formats as well as versioned images like https://cdn.sstatic.net/Sites/drupal/Img/logo.svg?v=6cfa92df6243 ![Screenshot from 2022-08-02 14-18-23](https://user-images.githubusercontent.com/1708730/182372769-811488e9-b015-4121-9c77-46ddf8f0b02c.png)

https://github.com/editor-js/image/issues/143#issuecomment-837525894

Bumps [terser](https://github.com/terser/terser) from 4.6.11 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Just spent several houres trying to figure out there the image sent from JS was. The image is not in the php://input nor in the $_POST. Other from that thanks...

### How to reproduce the bug in a custom uploader: ```js uploader: { uploadByFile(file) { return new Promise((resolve, reject) => { // e.g. checking file size, almost synchronous // Pass...

Sorry is this is obvious, but I cannot wrap my head around making custom blocks. I have an existing file manager in a CMS I'm working on. Is there a...

Is there a way to disable pasting from clipboard? Not drag-n-drop, just the pasting from clipboard functionality. A end user had complained about problems with copy-pasting images. It is occurring...