Closed jezell closed 1 year ago
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?
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
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.
Issue fixed and I also will provide a way to override the regex
The logic is using regex to recognize the string
The last PR should fix this issue, closing it to focus on other issues.
Thank you @freshtechtips
Thank you @freshtechtips
You are welcome
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.
You can try the latest version:
flutter_quill: ^7.4.15
it should be fixed
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.
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.