An open API service indexing awesome lists of open source software.

https://github.com/brendanddev/vscode-readme-previewer


https://github.com/brendanddev/vscode-readme-previewer

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# VSCode README Previewer

A Visual Studio Code extension that allows you to **preview README.md files inline** directly within VS Code - no switching to a browser required.

---

## Features

- **Inline Preview**: View your README.md files in a side panel without leaving the editor.
- **Markdown Rendering**: Utilizes Markdown-It for accurate rendering of Markdown syntax.
- **Command Palette & Editor Title Integration**: Access preview via the command palette or a button in the editor title bar for quick access.
- **Live Preview**: Automatically updates the preview as you save changes to the README.md file.
- **Live Theme Update**: Automatically updates the preview when the VS Code theme changes between dark and light modes.
- **Code & Tables Styling**: Proper rendering and styling for code blocks, tables, blockquotes, and other Markdown elements.
- **Customizable Settings**: Adjust settings for the previewer via VS Code's settings UI.
- **Keybinding Support**: Easily trigger the preview with a customizable keybinding.
- **Security**: Ensures safe rendering of content with appropriate Content Security Policies.
- **Modern or Classic UI**: Choose between a modern or classic user interface for the preview panel.

---

## Usage