Microsoft/vscode

Markdown Preview: Open markdown links in new tab

Open

#265.994 aperta il 10 set 2025

Vedi su GitHub
 (3 commenti) (5 reazioni) (1 assegnatario)TypeScript (10.221 fork)batch import
feature-requesthelp wantedmarkdown-ext

Metriche repository

Star
 (74.848 star)
Metriche merge PR
 (Merge medio 11h 43m) (1000 PR mergiate in 30 g)

Descrizione

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

  1. Open markdown file
  2. Open Markdown Preview through command palette
  3. Click link to another markdown file

Example

# The Foo 1 File
[foo2](./foo2.md)
# The Foo 2 File
[foo1](./foo1.md)

Guida contributor