The Wayback Machine - https://web.archive.org/web/20200831084519/https://github.com/topics/quill-editor
Skip to content
#

quill-editor

Here are 40 public repositories matching this topic...

paolavness
paolavness commented Jul 1, 2018

Hi there, noticing that when capitals are used, the url is not picked up. I've added the below to this working on my side to get this working:

    magicUrl: {
        globalRegularExpression: /(https?:\/\/\.|mailto:|www.)[\S]+/gi,
        urlRegularExpression: /(https?:\/\/[\S]+)|(mailto:[\S]+)|(www.[\S]+)/i
      }

It would also be neat for automagic conversion of email address

Improve this page

Add a description, image, and links to the quill-editor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the quill-editor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.