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
Currently, quill-magic-url checks the text for URL patterns :
after whitespace is added
after the quill editor is blurred
Some editors such (eg. Mac Notes, Evernote) only do transforms after whitespace is entered. Others, such as Slack perform URL transformations as soon as a valid URL is typed (without whitespace).
It would be helpful to add an optional parameter to quill-magic-url to perform the checkTextForURL operation on each text-change, so the consumer can decide which approach is best for their particular use-case.
The text was updated successfully, but these errors were encountered:
Currently, quill-magic-url checks the text for URL patterns :
Some editors such (eg. Mac Notes, Evernote) only do transforms after whitespace is entered. Others, such as Slack perform URL transformations as soon as a valid URL is typed (without whitespace).
It would be helpful to add an optional parameter to quill-magic-url to perform the checkTextForURL operation on each text-change, so the consumer can decide which approach is best for their particular use-case.
The text was updated successfully, but these errors were encountered: