linkify icon indicating copy to clipboard operation
linkify copied to clipboard

Rust library to find links such as URLs and email addresses in plain text, handling surrounding punctuation correctly

Results 15 linkify issues
Sort by recently updated
recently updated
newest added

Hi I noticed a number with a decimal point is picked up as a link as long as it's preceded by whitespace. not a link ``` 1.0 ``` is a...

URLs such as `[email protected]:robinst/linkify.git` are common when working with GitHub/GitLab repositories. It would be good if linkify could reliably detect the whole URL in such cases. ![linkify web demo partially...

enhancement
gathering interest

Hi! Thanks for this library -- I use it in my new mailing list software to detect links in emails. Someone brought what appears to be a bug to my...

I use protocol-relative URLs sometimes, such as //google.com instead of https://google.com Is there any way this library could be modified to include these URLs? Maybe as an optional configuration? See...

In a file like ```rs example.com/thisisactually\ verylong ``` is detected as `example.com/thisisactually` where it should be `example.com/thisisactuallyverylong` and the newline should be ignored like Rust does

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

Apparently "\u{a0}" is considered part of e-mail links, as shown by this failing test case: ```rust #[test] fn test_link_finder() { let text = "this is a mail address:\u{a0}[email protected]\u{a0}surrounded by non-breaking...

A friend of mine (@andygrunwald) sent me a link to a funny talk titled [Email vs Capitalism, or, Why We Can't Have Nice Things - Dylan Beattie - NDC Oslo...

When using lychee on a LaTeX book repository the following email addresses were not picked up correctly with the curly brackets. https://github.com/SverigesSandareamatorer/SSA-Akademin/blob/32bef56e654e4be9b2a3e573a337a97f70d79650/koncept/foreword.tex#L156 Picks up `texttt{[email protected]` https://github.com/SverigesSandareamatorer/SSA-Akademin/blob/32bef56e654e4be9b2a3e573a337a97f70d79650/koncept/tryckort.tex#L58 Picks up `[email protected]}{[email protected]`

help wanted

An example that isn't parsing out right. Scheme can't have a '.' in it, right? ```` Just to show.. this is the list of relays that have seen this post.https://nostr.build/i/1105.png...

enhancement
help wanted