Microsoft/vscode

Markdown Preview: Open markdown links in new tab

开放

#265,994 创建于 2025年9月10日

 (3 条评论) (5 个反应) (1 位负责人)TypeScript (39,847 个派生)batch import
Good first issueUIfeature-requesthelp wantediOSmarkdown-ext

仓库指标

星标
 (184,936 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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)

贡献者指南