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