vito / booklit

a pretty lit content authoring system
https://booklit.page
MIT License
175 stars 55 forks source link

\link should check that the link is not broken #24

Open vito opened 4 years ago

vito commented 4 years ago

Should this be opt-in? Fetching all the links all the time is probably expensive.

Also probably wise to do a HEAD request first so we don't end up downloading large assets.

vito commented 4 years ago

Will also need some way to whitelist/flag links which aren't expected to work, like http://localhost:8080 in dev documentation.