Microsoft/vscode

Markdown Preview: Open markdown links in new tab

オープン

#265,994 opened on 2025/09/10

 (3 件のコメント) (5 件のリアクション) (1 人の担当者)TypeScript (39,847 件のフォーク)batch import
Good first issueUIfeature-requesthelp wantediOSmarkdown-ext

Repository metrics

Stars
 (184,936 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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)

コントリビューターガイド