Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 875 Bytes

File metadata and controls

42 lines (27 loc) · 875 Bytes

Markdown Outline

中文文档(Simplified Chinese)

A focused VS Code extension that adds an interactive outline panel to Markdown Preview.

Features

  • Right-side outline panel in Markdown preview
  • Click heading item to scroll to section
  • Drag handle to resize outline width
  • Collapse / expand toggle button
  • Locale-aware labels:
    • Default: English
    • Chinese UI when VS Code preview locale is zh

Scope

  • This extension only enhances Markdown Preview.
  • For editor outline, use VS Code built-in Outline view.

Installation

Install from VS Code Marketplace and open any Markdown preview.

Development

npm install
npm run compile

Press F5 to launch Extension Development Host.

Publish Info

  • Publisher ID: RobinZhao
  • Repository: https://github.com/Robin-zero/MD-Outline

License

MIT