booklit icon indicating copy to clipboard operation
booklit copied to clipboard

\link should check that the link is not broken

Open vito opened this issue 5 years ago • 1 comments

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 avatar May 11 '20 14:05 vito

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

vito avatar May 11 '20 15:05 vito