-
Notifications
You must be signed in to change notification settings - Fork 845
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
Pasting paragraph with links doesn't linkify #1432
Comments
The logic is using regex to recognize the string |
@singerdmx yes, but the regex doesn't seem to be applying properly against parts of the text. For example, pasting: "this is a test https://www.google.com" doesn't get linkified, but pasting "https://www.google.com" does |
Is there a way to modify the regex that is exposed by the API? |
Hi, I will look into that and if not I will add it as feature |
Issue fixed and I also will provide a way to override the regex |
The last PR should fix this issue, closing it to focus on other issues. |
Thank you @freshtechtips |
You can try the latest version: flutter_quill: ^7.4.15 it should be fixed |
Can you close this issue as fixed? |
@freshtechtips I will make you collaborator so you can directly close |
If you paste a link directly, it gets linkified. However, if you paste a larger amount of text which contains links in the middle, the links in the text don't get linkified.
The text was updated successfully, but these errors were encountered: