simple-image-tutorial icon indicating copy to clipboard operation
simple-image-tutorial copied to clipboard

Final result of guide series learning how to create own Block Tool

Results 4 simple-image-tutorial issues
Sort by recently updated
recently updated
newest added

I followed every step of the guide and all seemed ok but when it came to sanitizing saved data ([page here)](https://editorjs.io/sanitize-saved-data) the data in the caption section would not get...

If editor has no initial input data, then after pressing **enter** in an empty input field there is created an addition not intended input field which does nothing. ### How...

Try passing this object in the `data` field when the constructor is called with `const editor = new EditorJS({}))` ```json { "time": 1600668389224, "blocks": [ { "type": "image", "data": {...

Whenever I provide a custom SVG tag string or use `require('./icon.svg')` my ToolBar just shows empty square instead of an icon. What I tried: - providing any SVG path from...