react-linkify icon indicating copy to clipboard operation
react-linkify copied to clipboard

React component to parse links (urls, emails, etc.) in text into clickable links

Results 51 react-linkify issues
Sort by recently updated
recently updated
newest added

I was reading this library uses linkify-it: (https://github.com/markdown-it/linkify-it), so I was wondering where should I add a new pattern to recognize for example phone numbers using react typescipt. Is there...

When I do: ``` {description} ``` and `description` equals: ``` The JSON Query expression. Reference: http://docs.jsonata.org ``` it will render: ``` The JSON Query expression. Reference: http://docs.jsonata.org ``` with version:...

When I Try to use Linkify wrapping a contentEditable component it does not render an `a` tag; code example: ```javascript Type a link ``` the HTML produced: *![Screen Shot 2020-08-25...

I have a project where I have used react-linkify successfully for several years. I'm currently upgrading this project to ESM (i.e. I'm putting "type": "module" into my own package.json file)....

Im attempting to use react-linkify with react-highlight-words (https://github.com/bvaughn/react-highlight-words/blob/master/src/Highlighter.js) However it appears linkify is not finding the text. ``` { msg.body } ``` Its not an issue with the resulting DOM,...

Hello! I ran into this bug while using the library. `Linkify` does not work when wrapping a component that's created with `dangerouslySetInnerHTML`. The use-case for that is to generate templates...

In 0.2.2 ```import { linkify } from "react-linkify"``` resulted in `linkify` referencing global LinkifyIt instance. In 1.0.0-alpha `linkify` is undefined

i.e. replace `\n`s with ``s?

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies