Markdownlint

by ebullient
5
4
3
2
1
Score: 32/100

Description

Use markdownlint with Obsidian

Reviews

No reviews yet.

Stats

18
stars
5,094
downloads
1
forks
113
days
3
days
42
days
214
total PRs
4
open PRs
148
closed PRs
62
merged PRs
1
total issues
1
open issues
0
closed issues
114
commits

Latest Version

a month ago

Changelog

1.0.6

30 July 2026

Commits:

  • ⬆️ npm audit fix + markdownlint 7a16535
  • Bump @biomejs/biome from 2.4.14 to 2.5.0 7e4bb46
  • Bump @codemirror/lint from 6.9.5 to 6.9.6 8b6a072
  • Bump @types/node from 25.6.0 to 25.8.0 6a1801b
  • 💸 buymeacoffee 9bd4329
  • Bump obsidian from 1.13.0 to 1.13.1 ce0c254
  • Bump @types/node from 25.8.0 to 25.9.3 b3f6a1f
  • Bump @codemirror/lint from 6.9.6 to 6.9.7 3c2ca56
  • 🎨 fix minor lint errors / cleanup 4231d2e
  • Bump eslint-plugin-obsidianmd from 0.2.9 to 0.3.0 3de578f
  • Bump actions/checkout from 6.0.3 to 7.0.0 8199128
  • Bump actions/checkout from 6.0.2 to 6.0.3 d8ee687
  • Bump actions/attest from 4.1.0 to 4.1.1 d5b2fe1

README file from

Github

Obsidian Markdownlint Plugin

This plugin uses the markdownlint library to lint files in your vault.

This plugin supports a subset of files supported by markdownlint-cli2. Specifically .markdownlint.jsonc, .markdownlint.json, .markdownlint.yaml, or .markdownlint.yml.1

Installation

Preview with Beta Reviewers Auto-update Tester (BRAT)

  1. Install BRAT
    1. Open Settings -> Community Plugins
    2. Disable safe mode
    3. Browse, and search for "BRAT"
    4. Install the latest version of Obsidian 42 - BRAT
  2. Open BRAT settings (Settings -> Obsidian 42 - BRAT)
    1. Scroll to the Beta Plugin List section
    2. Add Beta Plugin
    3. Specify this repository: ebullient/obsidian-markdownlint
  3. Enable the plugin (Settings -> Community Plugins)

Using the plugin

If one of the supported config files (listed above) is present, markdown files will be linted with markdownlint following the configured rules.

Issues with your file will be highlighted in the editor for you to fix as you go.

Footnotes

  1. Other formats require interpretation or use parsers that don't work well as an Obsidian plugin, in my experience. If you have a favorite format beyond these few, I welcome your help in making it work. Otherwise, it is what it is.