marksman icon indicating copy to clipboard operation
marksman copied to clipboard

path extension and broken links

Open s-cork opened this issue 1 year ago • 5 comments

I'm using the vscode implementation.

I noticed that:

  • internal link autocompletion adds the path ending e.g. [foo](foo.md)
    • does it need to?
    • can this be configurable?
  • detecting broken internal links only works if the .md extension is added
    • (add an internal link - break the link - observe detection of broken link. Remove the .md - observe no detection)
  • detecting broken internal references doesn't seem to be a thing
    • (add an internal reference - break the reference - observe no detection.

s-cork avatar Mar 14 '23 04:03 s-cork