Markdownlint

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

Description

Use markdownlint with Obsidian

Reviews

No reviews yet.

Stats

18
stars
5,283
downloads
1
forks
124
days
0
days
0
days
216
total PRs
0
open PRs
150
closed PRs
66
merged PRs
1
total issues
1
open issues
0
closed issues
123
commits

Latest Version

2 hours ago

Changelog

1.0.7

21 September 2026

Commits:

  • Bump @biomejs/biome from 2.5.8 to 2.5.10 ccb8942
  • Merge pull request #218 from ebullient/dependabot/npm_and_yarn/esbuild-0.28.2 7930283
  • Bump esbuild from 0.28.1 to 0.28.2 c8e4633
  • ⬆️ npm audit fix 8a8a25d
  • Bump @biomejs/biome from 2.5.7 to 2.5.8 86d15a8
  • Bump @biomejs/biome from 2.5.3 to 2.5.7 b933dcd
  • Bump @biomejs/biome from 2.5.0 to 2.5.3 d8759fe
  • Bump eslint-plugin-obsidianmd from 0.3.0 to 0.4.1 f2e5fe0
  • Bump @types/node from 25.9.3 to 26.1.1 c16354a
  • Bump globals from 17.9.0 to 17.11.0 c677d66
  • Bump @types/node from 26.1.1 to 26.2.0 5e018f3
  • Bump globals from 17.8.0 to 17.9.0 fb992df
  • Bump globals from 17.6.0 to 17.8.0 3c3912f
  • 🎨 fix lint issues ff5919b
  • Bump actions/setup-node from 6.4.0 to 7.0.0 b7c82cd
  • Bump actions/checkout from 7.0.0 to 7.0.1 a855d1d
  • Bump actions/attest from 4.2.0 to 4.2.2 33b9040
  • Bump actions/attest from 4.1.1 to 4.2.0 abbd380

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.