simple-image
simple-image copied to clipboard
Simple Image Tool for Editor.js 2.0
Included And ``` tools: { image: { class: SimpleImage, inlineToolbar: ['link'], }, ``` but I can't insert images, tool is not displaying.
1 - Create the code to hide the captions div: `.cdx-simple-image__caption:has(.hidden) { display: none; }` 2 - Set **inlineToolbar** to **true** in the **SimpleImage** tool: ` image: { class: SimpleImage,...
Is it possible to hide the caption area when it is blank and in readonly mode ? Thanks
Update README.md to include instructions on how to add a border, stretch, and add a background to images inserted into the editor. Additionally, add an import statement for the SimpleImage...
Thanks to these changes, the size of JSON files storing data (including image data in 64 format) is smaller because it uses an external image URL and does not require...
Whilst it's sometimes nice to have it base64 available, it massively increases the amount of memory the component uses in the browser because it is already displaying the decoded image...
It seems that the text in use in this plugin are hardcoded, like the placeholder : "Enter a caption". Some other plugins support i18n like [editor-js/list](https://github.com/editor-js/list/blob/58b5dc7072ad92a048ebe9488d0ca8e7bfa069d2/README.md#i18n-support)
Alt Tag
Would love to see alt tag support added. Is this something that could be added the roadmap?
Consider fixing for next update: `«blocks.stretchBlock()» is deprecated and will be removed in the next major release. Please use the «BlockAPI» instead.`