Jason Chen

Results 53 comments of Jason Chen

There's no need to get defensive. The suggestion if using `elementFromPoint()` is relevant to the discussion as is *the* element returned by `elementFromPoint()`. The API proposed here wants to set...

There is [caretRangeFromPoint](https://developer.mozilla.org/en-US/docs/Web/API/Document/caretRangeFromPoint) which most of the browsers implemented but looks like [caretPositionFromPoint](https://developer.mozilla.org/en-US/docs/Web/API/Document/caretPositionFromPoint) will likely be the blessed standard and other browsers will switch to this. I would be okay...

@guilhemwishibam By specifying `matchers: []` you are losing all the defaults. The expected output is `` if you use the default configuration. @freitasskeeled Quill does not allow arbitrary HTML in...

@freitasskeeled No this is not possible. I'm not talking about safety from a security perspective -- I'm talking about safely from a bug free perspective. Browsers decide to do very...

What I was thinking is if you use two nested checks the request gets rejected if *either* rate limiter denies it. The burst is meant to only deny if *both*...

@rafbm Yes the Blocks are a challenge but using Containers _might_ be a solution but I have not thought about this rigourously. @JoshuaDoshua By export do you mean paste into...

What is the use case for this? And why is that use case not solved with just hiding the respective toolbar and require there be one and only one toolbar?

Sounds like there is sufficient demand for this feature. Can someone propose an API that would fit solve their needs? Short code snippets using the API and high level descriptions...

To be clear you are proposing that `let quill = new Quill({ toolbar : "#toolbar" });` would not create a Quill editor and instead create an editor-less toolbar? [`Quill.find`](https://quilljs.com/docs/api/#find-experimental) is...