Bartozzz / offchan.org

WIP: Offchan is a modern, real-time, anonymous cyberpunk image board. The main themes are programming, technology, science, psychology and philosophy.
https://offchan.org
GNU General Public License v3.0
21 stars 1 forks source link

Transform web URLs into actual links #29

Closed Florian3k closed 5 years ago

Florian3k commented 5 years ago

When user types something like https://google.com, we could transform it into actual link:

<a href="https://google.com">https://google.com</a>

to make it look like:

https://google.com

Bartozzz commented 5 years ago

I believe this should be directly handled by our markdown component (#5). I'm pretty sure there's a plugin for it in markdown-it.

Bartozzz commented 5 years ago

Closed by #59