Allows wikilinks features within the VSCode markdown preview.
Uses a fork of a markdown-it plugin (original here In order to make linking markdown documents a bit more rewarding - The VSCode preview window now also shows wikilinks correctly.
This is still in very early development. If anything goes wrong, submit an issue or a PR.
Features
Enables highlighting of Wikilinks within the VSCode Markdown Preview. (Works with piped links as well!)
Allows clicking on those links to go to the referenced file's preview.
Limitations
When clicking a link inside the preview, only the preview will update; The file won't open in your editor.
Linking between files with different extensions (e.g. .markdown and .md) Will cause trouble.
Currently, this extension will append any link with a .md extension.