Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown Catalog ViewerNew to Visual Studio Code? Get it now.
Markdown Catalog Viewer

Markdown Catalog Viewer

MerlinXu

|
4 installs
| (0) | Free
A VS Code extension to preview .catalog.md files in the sidebar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Markdown Catalog Viewer

This is a VS Code extension that previews .catalog.md files in the sidebar from the current workspace root directory.

Features

  • Display the content of .catalog.md files in the VS Code sidebar
  • Real-time preview of Markdown formatted catalog content
  • Automatically detect changes to .catalog.md files and refresh the display

How to Use

  1. Create a file named .catalog.md in your workspace root directory
  2. Write your catalog content in this file (supports standard Markdown syntax)
  3. Open the "MD Catalog" panel in the VS Code sidebar to view the preview

Example .catalog.md file

# Project Catalog

## Chapter 1
- [Introduction](https://github.com/Merlin-Xu-G/md-catalog-extension/blob/HEAD/docs/intro.md)
- [Quick Start](https://github.com/Merlin-Xu-G/md-catalog-extension/blob/HEAD/docs/quickstart.md)

## Chapter 2
- [Advanced Features](https://github.com/Merlin-Xu-G/md-catalog-extension/blob/HEAD/docs/advanced.md)
- [API Reference](https://github.com/Merlin-Xu-G/md-catalog-extension/blob/HEAD/docs/api.md)

## Appendix
- [FAQ](https://github.com/Merlin-Xu-G/md-catalog-extension/blob/HEAD/docs/faq.md)
- [Changelog](https://github.com/Merlin-Xu-G/md-catalog-extension/blob/HEAD/docs/changelog.md)

Notes

  • The extension only looks for .catalog.md files in the workspace root directory
  • If the file is not found, the panel will display a prompt message
  • Content will automatically update after the file is saved
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft