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

routes/bookmark.js: quick fix for multi bookmark import. #91

Closed andypiper closed 10 months ago

andypiper commented 10 months ago

Simple fix (regex to clean newlines from URL values) to make the current bookmark import functionality work. Could be improved by having more sophisticated validation for the URLs.

Hopefully a stopgap while a more complete import/export set of capabilities are considered.

andypiper commented 10 months ago

This right here is exactly why JS is so dangerous 🤣