Microsoft/vscode
Auf GitHub ansehenMarkdown Preview: Open markdown links in new tab
Open
#265.994 geöffnet am 10. Sept. 2025
feature-requesthelp wantedmarkdown-ext
Repository-Metriken
- Stars
- (74.848 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 11h 43m) (1.000 gemergte PRs in 30 T)
Beschreibung
In the the Markdown Preview, it should be possible to open markdown links in a new tab.
For example through Ctrl + Clicking the link.
Steps to reproduce
- Open markdown file
- Open
Markdown Previewthrough command palette - Click link to another markdown file
Example
# The Foo 1 File
[foo2](./foo2.md)
# The Foo 2 File
[foo1](./foo1.md)