-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Support upload YouTube shorts #3857
Commits on Aug 7, 2018
-
Fixed link to KaTex.
Configuration menu - View commit details
-
Copy full SHA for 7932c2b - Browse repository at this point
Copy the full SHA 7932c2bView commit details
Commits on Sep 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5d79e80 - Browse repository at this point
Copy the full SHA 5d79e80View commit details
Commits on Jan 30, 2019
-
setSelection missing default length values in docs (slab#2452)
* setSelection missing default length values in docs * remove unneeded default, fix "souce" typo
Configuration menu - View commit details
-
Copy full SHA for 233eb48 - Browse repository at this point
Copy the full SHA 233eb48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28eb065 - Browse repository at this point
Copy the full SHA 28eb065View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f695d2 - Browse repository at this point
Copy the full SHA 1f695d2View commit details -
* clearer language * add back parameter
Configuration menu - View commit details
-
Copy full SHA for 2720d8d - Browse repository at this point
Copy the full SHA 2720d8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34ab425 - Browse repository at this point
Copy the full SHA 34ab425View commit details
Commits on Mar 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e148872 - Browse repository at this point
Copy the full SHA e148872View commit details
Commits on Apr 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d839550 - Browse repository at this point
Copy the full SHA d839550View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02c9f0a - Browse repository at this point
Copy the full SHA 02c9f0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc6bcd8 - Browse repository at this point
Copy the full SHA cc6bcd8View commit details
Commits on Jun 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 73d8d8e - Browse repository at this point
Copy the full SHA 73d8d8eView commit details
Commits on Jul 25, 2019
-
Just a silly grammar edit.
Configuration menu - View commit details
-
Copy full SHA for 9653973 - Browse repository at this point
Copy the full SHA 9653973View commit details
Commits on Aug 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 602526d - Browse repository at this point
Copy the full SHA 602526dView commit details
Commits on Apr 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d1aeb92 - Browse repository at this point
Copy the full SHA d1aeb92View commit details -
Configuration menu - View commit details
-
Copy full SHA for a961c33 - Browse repository at this point
Copy the full SHA a961c33View commit details
Commits on Feb 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0ddb1b9 - Browse repository at this point
Copy the full SHA 0ddb1b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bd2462 - Browse repository at this point
Copy the full SHA 5bd2462View commit details -
disable and enable,is duplicated with editor.md
Configuration menu - View commit details
-
Copy full SHA for 8eeed05 - Browse repository at this point
Copy the full SHA 8eeed05View commit details
Commits on Feb 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 640c599 - Browse repository at this point
Copy the full SHA 640c599View commit details -
Configuration menu - View commit details
-
Copy full SHA for e79ab95 - Browse repository at this point
Copy the full SHA e79ab95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 483d6f8 - Browse repository at this point
Copy the full SHA 483d6f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f5be0 - Browse repository at this point
Copy the full SHA 13f5be0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5acb97c - Browse repository at this point
Copy the full SHA 5acb97cView commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ce50a8 - Browse repository at this point
Copy the full SHA 3ce50a8View commit details
Commits on Feb 6, 2024
-
Fix documentation link since existing one returns 404
Configuration menu - View commit details
-
Copy full SHA for 35f301f - Browse repository at this point
Copy the full SHA 35f301fView commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 891b30c - Browse repository at this point
Copy the full SHA 891b30cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 756d194 - Browse repository at this point
Copy the full SHA 756d194View commit details -
Configuration menu - View commit details
-
Copy full SHA for 622b68d - Browse repository at this point
Copy the full SHA 622b68dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb3cbc5 - Browse repository at this point
Copy the full SHA bb3cbc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69abb4e - Browse repository at this point
Copy the full SHA 69abb4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3029eeb - Browse repository at this point
Copy the full SHA 3029eebView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ac944 - Browse repository at this point
Copy the full SHA f7ac944View commit details -
Configuration menu - View commit details
-
Copy full SHA for aac8b54 - Browse repository at this point
Copy the full SHA aac8b54View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 90fc02a - Browse repository at this point
Copy the full SHA 90fc02aView commit details -
Fix toolbar button state not updated in some cases (slab#2892)
Co-authored-by: Alec Gibson <aleckgibson@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a00c0f9 - Browse repository at this point
Copy the full SHA a00c0f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa0eba9 - Browse repository at this point
Copy the full SHA aa0eba9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81e7e99 - Browse repository at this point
Copy the full SHA 81e7e99View commit details -
Fix
Selection.getBounds()
when starting range at end of text nodeAt the moment there's a bug when trying to get the bounds of a range which starts at the end of a text node at the end of a line. In this case, the returned bounds span the entire width of the editor, which isn't the desired result. This change fixes the issue by checking if the Quill range starts at the end of a leaf. If it does, we try to define the range starting at the beginning of the next leaf instead.
Configuration menu - View commit details
-
Copy full SHA for 60660bd - Browse repository at this point
Copy the full SHA 60660bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec05352 - Browse repository at this point
Copy the full SHA ec05352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e63c9 - Browse repository at this point
Copy the full SHA 76e63c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b2573c - Browse repository at this point
Copy the full SHA 0b2573cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71bd227 - Browse repository at this point
Copy the full SHA 71bd227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1968e23 - Browse repository at this point
Copy the full SHA 1968e23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d8462c - Browse repository at this point
Copy the full SHA 3d8462cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20bfdd9 - Browse repository at this point
Copy the full SHA 20bfdd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd3203f - Browse repository at this point
Copy the full SHA cd3203fView commit details
Commits on Feb 15, 2024
-
Preserve es modules in babel config (slab#4013)
Co-authored-by: Zihua Li <i@zihua.li>
Configuration menu - View commit details
-
Copy full SHA for 5fa786c - Browse repository at this point
Copy the full SHA 5fa786cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e037d1b - Browse repository at this point
Copy the full SHA e037d1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f464340 - Browse repository at this point
Copy the full SHA f464340View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c9f0e8 - Browse repository at this point
Copy the full SHA 6c9f0e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11d677d - Browse repository at this point
Copy the full SHA 11d677dView commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77df7e5 - Browse repository at this point
Copy the full SHA 77df7e5View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6026a86 - Browse repository at this point
Copy the full SHA 6026a86View commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e2ae54 - Browse repository at this point
Copy the full SHA 6e2ae54View commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 80f22d8 - Browse repository at this point
Copy the full SHA 80f22d8View commit details
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71fada2 - Browse repository at this point
Copy the full SHA 71fada2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae9f835 - Browse repository at this point
Copy the full SHA ae9f835View commit details -
Configuration menu - View commit details
-
Copy full SHA for 215ed78 - Browse repository at this point
Copy the full SHA 215ed78View commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a977d2c - Browse repository at this point
Copy the full SHA a977d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for db7455a - Browse repository at this point
Copy the full SHA db7455aView commit details
Commits on Mar 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7d4d81 - Browse repository at this point
Copy the full SHA c7d4d81View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8f839c - Browse repository at this point
Copy the full SHA b8f839cView commit details -
Configuration menu - View commit details
-
Copy full SHA for beb02b8 - Browse repository at this point
Copy the full SHA beb02b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7d5ae5 - Browse repository at this point
Copy the full SHA d7d5ae5View commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a4a61f - Browse repository at this point
Copy the full SHA 4a4a61fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b9840d - Browse repository at this point
Copy the full SHA 2b9840dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a27454 - Browse repository at this point
Copy the full SHA 6a27454View commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 664c1ab - Browse repository at this point
Copy the full SHA 664c1abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83402d2 - Browse repository at this point
Copy the full SHA 83402d2View commit details
Commits on Mar 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 739e823 - Browse repository at this point
Copy the full SHA 739e823View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41bd1fc - Browse repository at this point
Copy the full SHA 41bd1fcView commit details
Commits on Mar 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bbbae91 - Browse repository at this point
Copy the full SHA bbbae91View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa26ff3 - Browse repository at this point
Copy the full SHA aa26ff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2cef0c - Browse repository at this point
Copy the full SHA a2cef0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fecbc6f - Browse repository at this point
Copy the full SHA fecbc6fView commit details -
Add support for v1 list attributes (slab#4082)
Co-authored-by: Zihua Li <i@zihua.li>
Configuration menu - View commit details
-
Copy full SHA for d5ac335 - Browse repository at this point
Copy the full SHA d5ac335View commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91a7346 - Browse repository at this point
Copy the full SHA 91a7346View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1021587 - Browse repository at this point
Copy the full SHA 1021587View commit details -
Merge pull request slab#4099 from quilljs/zh-export-types
Expose types needed in public APIs
Configuration menu - View commit details
-
Copy full SHA for 6b48eca - Browse repository at this point
Copy the full SHA 6b48ecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20f02f5 - Browse repository at this point
Copy the full SHA 20f02f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b383a4 - Browse repository at this point
Copy the full SHA 0b383a4View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 828d177 - Browse repository at this point
Copy the full SHA 828d177View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6638e9 - Browse repository at this point
Copy the full SHA a6638e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3393ab7 - Browse repository at this point
Copy the full SHA 3393ab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb3882c - Browse repository at this point
Copy the full SHA fb3882cView commit details
Commits on Apr 18, 2024
-
Update website for 2.0 (slab#4121)
Co-authored-by: Zihua Li <i@zihua.li>
Configuration menu - View commit details
-
Copy full SHA for 3454595 - Browse repository at this point
Copy the full SHA 3454595View commit details
Commits on Apr 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f5589f - Browse repository at this point
Copy the full SHA 8f5589fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99307d3 - Browse repository at this point
Copy the full SHA 99307d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9062cb0 - Browse repository at this point
Copy the full SHA 9062cb0View commit details
Commits on Apr 22, 2024
-
Prevent overriding of theme's default toolbar settings (slab#4120)
* theme toolbar's handlers overwritten fix * Fix handling for true values and add CHANGELOG --------- Co-authored-by: david ruty <david.ruty@arche-mc2.fr> Co-authored-by: Zihua Li <i@zihua.li>
Configuration menu - View commit details
-
Copy full SHA for 69e0433 - Browse repository at this point
Copy the full SHA 69e0433View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6209fd9 - Browse repository at this point
Copy the full SHA 6209fd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a01aa56 - Browse repository at this point
Copy the full SHA a01aa56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6590aa4 - Browse repository at this point
Copy the full SHA 6590aa4View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dbaa1e0 - Browse repository at this point
Copy the full SHA dbaa1e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eef805 - Browse repository at this point
Copy the full SHA 5eef805View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b5ae0 - Browse repository at this point
Copy the full SHA b6b5ae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65ede1e - Browse repository at this point
Copy the full SHA 65ede1eView commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae1408a - Browse repository at this point
Copy the full SHA ae1408aView commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8c9832 - Browse repository at this point
Copy the full SHA c8c9832View commit details -
Configuration menu - View commit details
-
Copy full SHA for d31ffa1 - Browse repository at this point
Copy the full SHA d31ffa1View commit details
Commits on May 13, 2024
-
Fix typing errors for Quill.register (slab#4127)
Co-authored-by: Zihua Li <i@zihua.li>
Configuration menu - View commit details
-
Copy full SHA for 1fd5c94 - Browse repository at this point
Copy the full SHA 1fd5c94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 999d607 - Browse repository at this point
Copy the full SHA 999d607View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09ed45e - Browse repository at this point
Copy the full SHA 09ed45eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2391107 - Browse repository at this point
Copy the full SHA 2391107View commit details -
Avoid side effects for Enter/Backspace when composing in Safari (slab…
…#4201) Co-authored-by: odex <odex_2100@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for dd62291 - Browse repository at this point
Copy the full SHA dd62291View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8040680 - Browse repository at this point
Copy the full SHA 8040680View commit details -
Configuration menu - View commit details
-
Copy full SHA for e91f80a - Browse repository at this point
Copy the full SHA e91f80aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc898ef - Browse repository at this point
Copy the full SHA cc898efView commit details -
Configuration menu - View commit details
-
Copy full SHA for de1afe1 - Browse repository at this point
Copy the full SHA de1afe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d5bb45 - Browse repository at this point
Copy the full SHA 4d5bb45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 517d009 - Browse repository at this point
Copy the full SHA 517d009View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3a6faa - Browse repository at this point
Copy the full SHA e3a6faaView commit details -
Add username links in CHANGELOG.md (slab#4204)
Co-authored-by: Zihua Li <635902+luin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9f4e185 - Browse repository at this point
Copy the full SHA 9f4e185View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7c9eb8 - Browse repository at this point
Copy the full SHA c7c9eb8View commit details
Commits on May 23, 2024
-
Export Delta, AttributeMap and other related objects (slab#4220)
Co-authored-by: Zihua Li <635902+luin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 531a1ee - Browse repository at this point
Copy the full SHA 531a1eeView commit details
Commits on May 28, 2024
-
Move Quill to Slab organization (slab#4225)
Co-authored-by: Zihua Li <635902+luin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d5efd42 - Browse repository at this point
Copy the full SHA d5efd42View commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d752e3 - Browse repository at this point
Copy the full SHA 5d752e3View commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b213e10 - Browse repository at this point
Copy the full SHA b213e10View commit details