ckolderup / postmarks

a single-user bookmarking website designed to live on the Fediverse
https://postmarks.glitch.me
MIT License
459 stars 38 forks source link

auto-link bare URLs in bookmark description #50

Open ckolderup opened 10 months ago

ckolderup commented 10 months ago

we will have more bare URLs in bookmark descriptions since they're part of the Quickadd template from the Network page. We should find those URLs and wrap them in <a> tags that href to that URL-- linkifyjs should be able to do this.