Skip to content
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

Using linkify as parser or another library #63

Closed
gianpaj opened this issue May 30, 2019 · 1 comment
Closed

Using linkify as parser or another library #63

gianpaj opened this issue May 30, 2019 · 1 comment

Comments

@gianpaj
Copy link

gianpaj commented May 30, 2019

See the demo https://soapbox.github.io/linkifyjs/

and the docs section "Find all links in the given string"

https://soapbox.github.io/linkifyjs/docs/

linkify.find('Any links to github.com here? If not, contact [email protected]');

[
  {
    type: 'url',
    value: 'github.com',
    href: 'http://github.com'
  },
  {
    type: 'email',
    value: '[email protected]',
    href: 'mailto:[email protected]'
  }
]
@fbartho
Copy link
Contributor

fbartho commented Jun 11, 2020

@gianpaj this is neat, but sort of feels like an alternative to this library.

Is this something you're still interested in discussing? I'm going to close this for now, as it's over a year old, but if this is still interesting, we can reopen the ticket.

If you find a bug or have a PR, I'm working on a new release in #79

@fbartho fbartho closed this as completed Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants