Fixed
- tables: find a table's extent in the document's flavor (ad139af)
- tables: quoted brackets and a blank target are not a wikilink (a8aed70)
- lsp: a rescan keeps an open buffer only where a file still is (8e16303)
- lsp: keep an open document indexed from its buffer (ea30cca)
- lsp: index what an editor is showing when the workspace is rescanned (0d8eacc)
- lsp: stop an evicted file from being put back by a waiting disk read (5644516)
- md075: ignore Obsidian wikilink aliases in prose after tables (dda35d5)
- md084: stop deleting line endings as invisible characters (e6ca26e)
- rules: report a multi-line link's range on the line it ends on (2e1fde5)
- config: break "did you mean" ties by name instead of by key order (23fafd9)
- lsp: keep a pending edit when a file is only evicted from the index (1e34c47)
- lsp: drop a pending edit when its file is deleted (f718eca)
- md038: include the closing backtick in the reported range (128b9a1)
- md038: stop deleting a line when trimming a multi-line code span (e2e27ac)
- md018: recognize tags that start with a digit (6237384)
- lsp: stop publishing diagnostics for files that were never opened (8b89584)
- lsp: refresh cross-file diagnostics when the workspace index changes (eecda03)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.2.53-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.2.53-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.2.53-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.2.53-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.2.53-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.2.53-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.2.53-x86_64-pc-windows-msvc.zip | Windows x86_64 | checksum |
Installation
Using uv (Recommended)
uv tool install rumdlUsing pip
pip install rumdlUsing pipx
pipx install rumdlDirect Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.