-
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
Add hook that allows customization of link text #40
Comments
+1 on this. For example, it could do a fetch of the link, then return the page title. I'm trying this here- https://codesandbox.io/s/9rjD5X9xz |
It should be ok to add a hook, |
See #46 (comment). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
URLs can be long and not very human readable. It would be nice to have an option where-by the link text can be customized, either by extracting context from the URL or making a background request to fetch metadata.
Usage could be something like:
The text was updated successfully, but these errors were encountered: