Jason Chen

Results 32 comments of Jason Chen

Okay yes we are actually doing a hacky JIT writing to file right now but maybe we can just start with this. Will try to find some time in the...

This is simply a display tooltip at the moment.

Behavior-wise it should work like [Medium](https://medium.com)'s.

@EricGrange Deltas are JSON and should save fine in many databases, such as Postgres or MongoDB. Are you encountering issues?

If the scope is the _particular_ JSON Quill produces then we should similarly scope to the _particular_ HTML Quill produces. Through those lenses, HTML has the same issue. If you...

@EricGrange Sounds like we disagree on the guarantees and implications of a standard. Less open to opinion is that by design Deltas used to represent [documents](https://github.com/ottypes/rich-text#documents-1) will only ever have...

@yourGuy Deltas are implemented it its [own library](https://github.com/ottypes/rich-text) in which you can use on its own. In the end it is just JSON so if you don't care about the...

Quill treats Deltas like data, and does not execute it like code. A key component to (all?) malicious code execution exploits is breaching this barrier between data into code. This...

These are good ideas and accessibility is something we want to improve on. Some of the specifics (ex. do native ``s need attributes or just non-native form elements acting like...

After getting the element from elementFromPoint, how would you get the index? I can't think of a better way than guess and check binary search with getBounds()