Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown PermalinksNew to Visual Studio Code? Get it now.
Markdown Permalinks

Markdown Permalinks

Modulo srl

|
3 installs
| (0) | Free
Handle customizable permalinks in Markdown files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Markdown Permalinks

An extension that allows you to manage custom permalinks in Markdown files.

Example: The text {DOCUMENT-ID} becomes a clickable URL pointing to a specific website (e.g., https://mysyte.com/?=DOCUMENT-ID).

Link translation is also performed in VSCode's Markdown preview.

Configuration

The configuration required to use the extension is as follows:

  "markdownPermalinks.idRegex": "\\{([A-Za-z0-9_-]+)\\}",  // Find document identifiers in "{ID}" format
  "markdownPermalinks.urlMapping": "https://mysite.com/?id={ID}"  // ...will point to this URL
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft