YYsuni / react18-json-view

JSON viewer for react18
https://jv.yysuni.com/
MIT License
236 stars 15 forks source link

Clickable URL values #25

Open marcklingen opened 7 months ago

marcklingen commented 7 months ago

If value is string and matches URL regex pattern, make value clickable or add icon next to copy icon to open url in new tab.

YYsuni commented 7 months ago

Okay, no problem. 👌🏿

YYsuni commented 7 months ago

I simply added a link icon (properties: matchesURL, urlRegExp), you can use the canary verson now to see if it suits your needs.

marcklingen commented 7 months ago

Awesome, just saw this. Will check it out tomorrow!

marcklingen commented 7 months ago

Thank you, works perfectly!

YYsuni commented 7 months ago

It was nothing!