true3dco / splashgen

Rapidly build landing pages in <20 lines of python
https://splashgen.sh
MIT License
252 stars 16 forks source link

[idea] Enhancement to the subtext property to render links #6

Closed Salan54 closed 3 years ago

Salan54 commented 3 years ago

Hi, Would it be possible to have links (https://www.example.com or mailto://john.doe@gmail.com) recognized in the subtext content and rendered accordingly so people could just "click" on the link... Thanks a lot

traviskaufman commented 3 years ago

Great idea! Are you trying to render links, emails, or both? I can definitely see this for links, but we may want to get a bit fancier and detect the email without needing the mailto: scheme for emails.

traviskaufman commented 3 years ago

Going to close this for now; if this is still something you need, feel free to let me know and I can reopen :)

Salan54 commented 3 years ago

Sorry for my late answer... Yes, I would like to render both links and email. Of course, it would be great to detect xxx.yyy@gmail.com as an email link without the need for the mailto: scheme. Thanks

traviskaufman commented 3 years ago

Got it; thanks for replying!

traviskaufman commented 3 years ago

Released in v0.0.29 😄