quill-blot-formatter icon indicating copy to clipboard operation
quill-blot-formatter copied to clipboard

A module for Quill that allows editor elements to be resized, repositioned, etc.

Results 32 quill-blot-formatter issues
Sort by recently updated
recently updated
newest added

Steps to reproduce: Grab an image and try to move it to some other position in editor, when you drop it image is not moved and following error is shown...

It would be great if you could toggle the overlay off by tapping on it (not the resize handles of course). The motivation behind this is that, more often than...

In [quill-image-resize-module](https://github.com/kensnyder/quill-image-resize-module) there is a 'module' called [DisplaySize](https://github.com/kensnyder/quill-image-resize-module/blob/master/src/modules/DisplaySize.js) that shows the resized value on the corner of the image. I think this would be "translated" to quill-blot-formatter as an *action*....

In firefox, backspace key is shortcut key for 'go back one page'. Steps to reproduce the issue 1) using **Firefox** to go to any web page first, so that browser...

https://github.com/Fandom-OSS/quill-blot-formatter/blob/46e7551b36d37a3f7fbfb6c4fd0f35d003a82eeb/src/specs/UnclickableBlotSpec.js#L28 this element that is being appended to document body is never removed from the dom

http://recordit.co/yCPD8KPUdU

Everything works fine on dev (npm run dev) but after build I have this error: Super expression must either be null or a function, not undefined. Without BlotFormatter module it...

Hi, now that Quill Version 2.0.0-rc.2 is there, do you have plans to support it? ``` npm ERR! Could not resolve dependency: npm ERR! peer quill@"^1.3.4" from [email protected] npm ERR!...

Hi there Is there a way I can inject a service or HTTP Client into Quill Blot formatter? I want this to call a function implemented in Service component on...

While using _quill.setContents(quill.clipboard.convert(value))_ to set editor conent, the module will remove its style attribute. Some html string like: ``` ``` After setContents it will to be: ``` ``` But I...