vue-dd icon indicating copy to clipboard operation
vue-dd copied to clipboard

require hyper link detection

Open uapptech opened this issue 2 years ago • 2 comments

please add a feature, when a hyperlink was detected, rap a link tag around it

uapptech avatar Oct 20 '23 09:10 uapptech

That would slow down the performance of the rendering for big objects, since we would have to parse strings to find the links. Why do you need this? What is the use case?

infinite-system avatar Oct 20 '23 21:10 infinite-system

hope to add an option, when it was set, auto rap hyperlink url. refer https://github.com/abodelot/jquery.json-viewer , the withLinks option, thanks !~

uapptech avatar Oct 23 '23 12:10 uapptech