Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>PM Toolbox - markdown editor and kanban boardNew to Visual Studio Code? Get it now.
PM Toolbox - markdown editor and kanban board

PM Toolbox - markdown editor and kanban board

Make better products

|
3 installs
| (0) | Free
Notion-style WYSIWYG markdown editor and Kanban board for PM's working in VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PM Toolbox

A better markdown editing and kanban board experience for product builders.

If you have suggestions on how to improve, or find bugs, please reach out: support@makebetterproducts.com.

Overview

PM Toolbox transforms your markdown files into a beautiful visual editing experience while keeping everything in standard markdown format. No proprietary formats, no lock-in.

Features

WYSIWYG markdown editor

  • Real-time rendering as you type
  • Full markdown syntax support
  • Automatic dark/light theme matching

Slash command menu

Type / to open a Notion-style command palette:

  • Text blocks: Headings (H1-H3), paragraphs, quotes
  • Lists: Bullet, numbered, checkbox
  • Media: Code blocks, tables, dividers
  • Diagrams: Mermaid flowcharts
  • Templates: Your custom templates (if configured)

Kanban boards

Visual task management from markdown:

  • H2 headings (## Column) become columns
  • Checkbox items (- [ ] Task) become cards
  • Drag and drop between columns
  • Toggle task completion with checkboxes

Mermaid diagrams

  • Insert via slash menu or write manually
  • Interactive zoom and pan controls
  • Theme-aware rendering

Custom templates

Create reusable content blocks:

  • Load from a configured folder
  • YAML frontmatter for metadata
  • Template variables: {{date}}, {{time}}, {{author}}, etc.

Getting started

  1. Open any .md file
  2. Right-click and select "Open With..." then "PM Toolbox"
  3. Start typing or use / to insert blocks

For kanban boards:

  • .kanban files open automatically as boards (just rename a .md file)
  • Or right-click any .md file and select "Kanban Board"

Configuration

Setting Description Default
pmtoolbox.templateFolder Path to folder containing template .md files (empty)
pmtoolbox.kanban.displayCardCheckbox Show checkboxes on kanban cards true

Setting up templates

  1. Create a folder with .md template files
  2. Add frontmatter to each template:
    ---
    template_name: "Meeting Notes"
    template_description: "Template for meeting notes"
    template_icon: "meeting"
    ---
    
  3. Set pmtoolbox.templateFolder to your folder path
  4. Templates appear in the slash menu

File types

Extension Default editor
.md System default (open with PM Toolbox via right-click)
.kanban Kanban Board

Keyboard shortcuts

Key Action
/ Open slash menu
Arrow keys Navigate slash menu
Enter Select item
Escape Close menu

Licensing

PM Toolbox includes a 30-day free trial. After the trial expires, the editor enters read-only mode until a license is purchased.

  • Trial period: 30 days of full functionality
  • After trial: View files in read-only mode
  • License: One-time purchase at makebetterproducts.gumroad.com

License commands

Command Description
PM Toolbox: Activate License Enter your license key
PM Toolbox: View License Status Check trial/license status
PM Toolbox: Purchase License Open purchase page

Requirements

  • VS Code 1.85.0 or later
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft