Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown-Absolute-PathNew to Visual Studio Code? Get it now.
Markdown-Absolute-Path

Markdown-Absolute-Path

ZhenShuo2021

|
2 installs
| (0) | Free
Parse markdown absolute link with custom root
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Markdown Absolute Path

Resolves absolute paths in Markdown against configurable root directories, adding what VS Code and Markdown All in One lack.

What this adds

Multiple roots. Real projects need more than one root, content/ for Markdown, static/ for images, public/ for assets. Markdown All in One only supports a single root, this extension supports as many as you need.

Follow link. Click any absolute link, including image links, angle-bracket links, and all reference link variants to open the target file.

Live Hover Preview. Hover over any resolved absolute path to see what's inside without opening the file.

Settings

Setting Default Description
markdownAbsPath.rootDirs [] Workspace-relative roots to search, e.g. ["content", "static", "public"]
markdownAbsPath.hover.enable true Enables path correction for link hover previews.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft