VS Code Markdown Word CountA Visual Studio Code extension that shows word and character counts for Markdown files, with per-field breakdowns for YAML frontmatter. FeaturesStatus bar Word CountWhen a Markdown file is active, the current word count appears in the status bar:
The count updates live as you type and excludes Markdown syntax — heading markers, bold/italic markers, code blocks, inline code, images, HTML tags, and list markers are all stripped before counting, so only prose words are counted. Hover Tooltip with DetailsHovering over the status bar item shows a detailed breakdown:
Show Details CommandRun Markdown Word Count: Show Details from the Command Palette ( Frontmatter SupportThe extension parses YAML frontmatter delimited by Multi-line scalar values and quoted strings are handled correctly. Array and object fields are parsed as keys but their word counts will reflect the raw YAML, not nested structure. RequirementsVS Code 1.115.0 or newer. Extension SettingsThis extension does not add any settings. Known IssuesNone. Release NotesSee CHANGELOG.md for the full release history. |