yorubaname-website icon indicating copy to clipboard operation
yorubaname-website copied to clipboard

Convert Urls to clickable links in name entry view

Open dadepo opened this issue 8 years ago • 1 comments

When a URL is include in any of the name attributes, when displaying, automatically convert these URLs into clickable links.

dadepo avatar Apr 22 '16 09:04 dadepo

The conversion to url should be done on text that matches the regex: /^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$/

dadepo avatar Aug 07 '16 19:08 dadepo