-
Notifications
You must be signed in to change notification settings - Fork 106
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
open link in a new tab? #48
Comments
According to the demo(http://tasti.github.io/react-linkify/), <Linkify properties={{target: '_blank'}> ... </Linkify> And I think this is a frequent use case, but the current interface isn't intuitive enough. IMHO. |
One possibility is instead of using
My worry here is that there may be some overlap that isn't ideal, where there's a prop on |
@tasti I'd be happy to implement the target idea and make a PR if you're interested |
Would love to include this, give it a shot :) |
@jb-reefer presuming this didn't happen? |
@dharness never got a shot - I can work on it this weekend, but if you want to do it feel free! |
@dharness submitted a PR! |
Hey didn't expect that! Much appreciated! |
See #51 (comment). |
Add target: "_blank" property as part of options prop |
Is there anyway to open the link in a new tab? right now it opens it in the same tab
The text was updated successfully, but these errors were encountered: