How to change url text to the actual page title? #453
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 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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![image](https://private-user-images.githubusercontent.com/53450693/269693622-6e7f8443-53a0-4f45-9cf5-5108bc94fc9a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMTUyMDAsIm5iZiI6MTczOTIxNDkwMCwicGF0aCI6Ii81MzQ1MDY5My8yNjk2OTM2MjItNmU3Zjg0NDMtNTNhMC00ZjQ1LTljZjUtNTEwOGJjOTRmYzlhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE5MTUwMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRkMzdhMzIzYWVmN2Q4MzU1ZDdhZGY0MjIzNjBjZGIwMDkxOTZjZDdkOTg0ZDM2MDY0YWRiOTk3ZDliOWI0ZTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.xxEkOEkejjwG7Us_3AkzSvAQEhIjusvvSPEqfTgnV3g)
(JIRA Style) With the favicon and title of the link.
Beta Was this translation helpful? Give feedback.
All reactions