framework icon indicating copy to clipboard operation
framework copied to clipboard

Resolve local links

Open Fil opened this issue 1 year ago • 2 comments

e.g. [plot](/lib/plot) from the /lib/arquero page should link to ./plot not /lib/plot.

Fil avatar Dec 05 '23 17:12 Fil

This is closely related to #92. If we rewrite local links, we can not only normalize them to relative paths, but we can also replace the .md extension with .html or remove it based on a user setting. This issue would also let us detect broken links and break the build.

mbostock avatar Dec 10 '23 16:12 mbostock

loosely linked to #363

Fil avatar Dec 11 '23 14:12 Fil

solved in https://github.com/observablehq/framework/pull/1306 (by 791a59cf01910c15cb70c137f72c74fb0f09791f)

Fil avatar Jun 24 '24 10:06 Fil