Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>Markdown Checkbox PreviewNew to Visual Studio Code? Get it now.
Markdown Checkbox Preview

Markdown Checkbox Preview

Jorge Sequeira

|
23 installs
| (0) | Free
Interactive Markdown checkbox preview with real-time sync, tree view navigation, and comprehensive task management for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Markdown Interactive Checkbox Preview

A VS Code extension that provides an interactive preview for Markdown checkboxes with live editing capabilities and hierarchical tree view navigation.

Markdown Preview

Features

  • Interactive checkboxes that can be clicked to toggle state
  • Clickable headers for quick navigation to sections in source file
  • Live sync - Changes are immediately synced back to the source Markdown file
  • Progress tracking with visual progress bar
  • Hierarchical tree view in the Explorer sidebar showing all checkboxes organized by headers
  • Status bar integration showing completion statistics
  • Theme integration matching VS Code colors
  • Keyboard support for accessibility

Usage

Interactive Preview

  1. Open a Markdown file containing checkboxes

  2. Use Command Palette: "Open Interactive Checkbox Preview"

    Open Interactive Preview Button

  3. Click checkboxes in the preview to toggle them

  4. Click any header to navigate to that section in the source file

  5. Changes are automatically saved to your file

    Real-time Sync

Tree View Navigation

  1. Open a Markdown file with checkboxes

  2. Look for "Markdown Checkboxes" section in the Explorer sidebar

  3. Browse your tasks organized by headers and hierarchy

  4. Click any checkbox in the tree to toggle its state

    Tree View Checkboxes

  5. Use the refresh button to update the tree view

Supported Syntax

  • [x] Unchecked task
  • [ ] Checked task
    • [ ] Nested subtask
# Header 1
## Header 2
### Header 3

- [ ] Unchecked task
- [ ] Checked task
  - [ ] Nested subtask
  - [x] Completed subtask
    - [x] Deeply nested task

Installation

Install from the VS Code Extension Marketplace or use the .vsix file.

Requirements

VS Code 1.84.0 or higher

v1.0.1

  • Clickable Headers: Click any header in the preview to jump to that section in the source editor
  • Enhanced Navigation: Seamless navigation between preview and source with visual feedback
  • Improved User Experience: Headers show hover effects and tooltips for better discoverability

v1.0.0

  • Hierarchical Tree View: Navigate all checkboxes in the Explorer sidebar
  • Status Bar Integration: See completion stats at a glance
  • Nested Checkbox Support: Handle indented/nested task lists
  • Header Organization: Tasks grouped under their respective headers
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft