Automate High Performance Rumdl Linting Workflow In Sublime Text
2026-03-03
To use rumdl (a high-performance Rust-based Markdown linter) with Sublime Text, you’ll need to set it up as an external “Build System” or integrate it via the SublimeLinter framework.
Since rumdl is a newer tool inspired by the speed of ruff, there isn’t a dedicated “one-click” Sublime package for it yet (unlike VS Code or Obsidian). However, it’s very easy to hook up manually.
Install the rumdl Binary Before Sublime can use it, the tool must be installed on your system path.…