You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A quill module to format document blots. Heavily inspired by quill-image-resize-module. Out of the box supports resizing and realigning images and iframe videos, but can be easily extended using BlotSpec and Action.
An update of quill module quill-blot-formatter to make alignments compatible with Quill V2. Out of the box supports resizing and realigning images and iframe videos. Supports editing alt & title values for images. It can be easily extended using BlotSpec and Action.
1. Handles for resizing 2. Toolbar for alt/title, alignment & compression
Background: Ive been using Quill 1.3 from a long time, and now looking to upgrade to v2. Ive written my own image handling which compresses and uploads to the server, and for image captioning I used the excellent gist https://gist.github.com/tranduongms1/584d43ec7d8ddeab458f087adbeef950 as a starting point to create my own.
However with Quill v2, I'm unable to get the captioning logic it to work any more. In particular I've narrowed it down to the constructor call in the framework:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There have a number of image handling libraries over the years. Here's a wrap of the lot (at least I think this is the lot):
Background: Ive been using Quill 1.3 from a long time, and now looking to upgrade to v2. Ive written my own image handling which compresses and uploads to the server, and for image captioning I used the excellent gist https://gist.github.com/tranduongms1/584d43ec7d8ddeab458f087adbeef950 as a starting point to create my own.
However with Quill v2, I'm unable to get the captioning logic it to work any more. In particular I've narrowed it down to the constructor call in the framework:
The constructor is not sending in the domNode, as mentioned in https://github.com/slab/parchment?tab=readme-ov-file#blots. So Ive been exploring various libraries, and hence thought of documenting these to help others.
Beta Was this translation helpful? Give feedback.
All reactions