How to change url text to the actual page title? #453
fp-jcorriveau
started this conversation in
General
Replies: 2 comments 1 reply
|
Hi @fp-jcorriveau, check out the You can use this to output custom HTML based on a the value of a given link (e.g., an |
0 replies
|
I am doing this same thing now and I have it working by making an asynchronous call to a custom lambda function. It returns how I want it to, however, the way I have it setup in React if there are more than one string that fits a "URL" for Linkify it toggles between the two. I am struggling to find a way to have the render contained to the individual elements. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is there an options to turn the url text as the actual page title of the url...
For exemple, if in my text, I have https://google.com/
I would like it to be
(JIRA Style) With the favicon and title of the link.
All reactions