quill-image-uploader icon indicating copy to clipboard operation
quill-image-uploader copied to clipboard

A module for Quill rich text editor to allow images to be uploaded to a server instead of being base64 encoded

Results 57 quill-image-uploader issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.6.12 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

Should be easy to replicate, just try to use quill-image-uploader within a next.js project. Screenshot: ![image](https://user-images.githubusercontent.com/55205360/175974390-3e0a8412-ccc0-40e6-99aa-bae769fa8890.png)

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

**Steps to reproduce:** 1. Right click an image in window explorer and select copy 2. Paste it in quill editor **Expected Result:** It should either ignore the image or upload...

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

Hi everyone, I have a question about how to insert custom attributes (ex:dataset) into img tag? ``` const editorOption = { modules: [ { name: "ImageUploader", module: ImageUploader, options: {...

remove image file from storage when image being remove in editor

If you guys have time, I would strongly urge you all to refactor to typescript, as to _not_ use typescript in libraries like this places a burden on those who...

I added the following code to my app ``` imageUploader: { upload: async (file) => { if (!this.$utils.checkUploadFileSize(file)) { // If over 1MB this.$snackbar.show("can not upload file over 1MB"); return...

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies