KingDownloads

marksman version history

10 releases tracked, newest first.

2026-02-08

Feb 8, 2026
- Fixed off-by-one symbol range for headings ending with supplementary Unicode characters

1 download

2026-01-28

Jan 28, 2026
## What's Changed * feat(parser): Enable Markdig Mathematics extension by @abap34 in https://github.com/artempyanykh/marksman/pull/449 * Add toc config by @ficd0 in https://github.com/artempyanykh/marksman/pull/447 ## New Contributors * @abap34 made their first contribution in https://github.com/artempyanykh/marksman/pull/449 * @ficd0 made their first contribution in https://github.com/artempyanykh/marksman/pull/447 **Full Changelog**: https://github.com/artempyanykh/marksman/compare/2025-12-13...2026-01-28

1 download

2025-12-13

Dec 13, 2025
## What's Changed * misc: Output server version and env metadata in startup message by @artempyanykh in https://github.com/artempyanykh/marksman/pull/444 **Full Changelog**: https://github.com/artempyanykh/marksman/compare/2025-11-30...2025-12-13

1 download

2025-11-30

Nov 30, 2025
## What's Changed * fix: Add missing musl binaries to the release part of release.yml workflow by @artempyanykh in https://github.com/artempyanykh/marksman/pull/440 * misc: Print document when fatal error is encountered by @artempyanykh in https://github.com/artempyanykh/marksman/pull/441 * misc: Use the corrent version string everywhere by @artempyanykh in https://github.com/artempyanykh/marksman/pull/442 * fix: Tag the release with the release name before the release build by @artempyanykh in https://github.com/artempyanykh/marksman/pull/443 **Full Changelog**: https://github.com/artempyanykh/marksman/compare/2025-11-25...2025-11-30

1 download

2025-11-25

Nov 25, 2025
## What's Changed * heading ID disambiguation according to GLFM spec by @komar007 in https://github.com/artempyanykh/marksman/pull/384 * Add kakoune to readme. by @partisani in https://github.com/artempyanykh/marksman/pull/389 * [docs] document integration with Zed by @ljrk0 in https://github.com/artempyanykh/marksman/pull/395 * Update the Ale section by @bbatsov in https://github.com/artempyanykh/marksman/pull/407 * Update configuration.md by @gaoxiaoliangz in https://github.com/artempyanykh/marksman/pull/425 * feat(folder): recognize Jujutsu workspaces by treating .jj as a workspace root marker (#434) by @artempyanykh in https://github.com/artempyanykh/marksman/pull/436 * deps: Update to .NET 9 by @artempyanykh in https://github.com/artempyanykh/marksman/pull/357 * deps: Update all deps by @artempyanykh in https://github.com/artempyanykh/marksman/pull/438 * Add Linux musl builds to CI (x64 and arm64) by @samuelallan72 in https://github.com/artempyanykh/marksman/pull/435 ## New Contributors * @komar007 made their first contribution in https://github.com/artempyanykh/marksman/pull/384 * @partisani made their first contribution in https://github.com/artempyanykh/marksm

1 download

2024-12-18

Dec 18, 2024
## What's Changed * misc: Make marksman-server.sh work from a symlink by @artempyanykh in https://github.com/artempyanykh/marksman/pull/378 * misc: Change folder load log level to info by @artempyanykh in https://github.com/artempyanykh/marksman/pull/379 * fix: Check for a bogus root folder in workspace/didChangeWorkspaceFolders request by @artempyanykh in https://github.com/artempyanykh/marksman/pull/380 **Full Changelog**: https://github.com/artempyanykh/marksman/compare/2024-12-04...2024-12-18

1 download

2024-12-04

Dec 4, 2024
This release includes a new **configuration option** to toggle whether **level 1 headings should be treated as document titles** (see the [docs](https://github.com/artempyanykh/marksman/blob/main/docs/features.md#titles-from-headings)). This config affects how wiki-links work and all the related functionality around finding references and refactoring. The functionality is pretty fresh and could be rough around the edges, so please report issues when something doesn't work as expected. This fixes #374, #323, #319, #255. ## What's Changed * refactor: Model Title explicitly at the symbol level by @artempyanykh in https://github.com/artempyanykh/marksman/pull/364 * feat: Add a configuration option to treat level 1 headings as title by @artempyanykh in https://github.com/artempyanykh/marksman/pull/366 * refactor: Introduce ParserSetting type by @artempyanykh in https://github.com/artempyanykh/marksman/pull/367 * misc: Propagate titleFromHeading to parser settings by @artempyanykh in https://github.com/artempyanykh/marksman/pull/368 * feat: Use core.titleFromHeading in parsing and semantic analysis by @artempyanykh in https://github.com/artempyanykh/marksman/pull/369 * doc: U

1 download

2024-11-20

Nov 20, 2024
## What's Changed * docs: update nvim-lspconfig link by @zatchheems in https://github.com/artempyanykh/marksman/pull/340 * conn: Fix incremental update when a new title-ish is added by @artempyanykh in https://github.com/artempyanykh/marksman/pull/345 * conn: Speed up finding relevant scoped defs by @artempyanykh in https://github.com/artempyanykh/marksman/pull/343 * conn: Fix incremental update with ambiguous section refs by @artempyanykh in https://github.com/artempyanykh/marksman/pull/344 * fmt: Update fantomas to 6.3.16 by @artempyanykh in https://github.com/artempyanykh/marksman/pull/347 * fmt: Use stroustrup bracket style by @artempyanykh in https://github.com/artempyanykh/marksman/pull/346 * deps: Update BenchmarkDotNet by @artempyanykh in https://github.com/artempyanykh/marksman/pull/349 * bench: Update benchmark results by @artempyanykh in https://github.com/artempyanykh/marksman/pull/350 * deps: Update Tests dependencies by @artempyanykh in https://github.com/artempyanykh/marksman/pull/351 * deps: Update Marksman deps by @artempyanykh in https://github.com/artempyanykh/marksman/pull/352 * refactor: Add member interface to MMap by @artempyanykh in https://github

1 download

2024-10-07

Oct 7, 2024
## What's Changed * fix minor typo by @znd4 in https://github.com/artempyanykh/marksman/pull/285 * Add support for FreeBSD-amd64 by @kareigu in https://github.com/artempyanykh/marksman/pull/307 * fix: Do not suggest 'Create file' code action for broken heading references by @artempyanykh in https://github.com/artempyanykh/marksman/pull/320 * feat: Add configuration option for setting number of completion candidates by @majjoha in https://github.com/artempyanykh/marksman/pull/316 * Update README.md - Fix broken link for Sublime Text by @ScientificProgrammer in https://github.com/artempyanykh/marksman/pull/331 * fix: Workaround a crash in parsing from an incorrect url span by @artempyanykh in https://github.com/artempyanykh/marksman/pull/336 ## New Contributors * @znd4 made their first contribution in https://github.com/artempyanykh/marksman/pull/285 * @kareigu made their first contribution in https://github.com/artempyanykh/marksman/pull/307 * @majjoha made their first contribution in https://github.com/artempyanykh/marksman/pull/316 * @ScientificProgrammer made their first contribution in https://github.com/artempyanykh/marksman/pull/331 **Full Changelog**: https://

1 download

2023-12-09

Dec 9, 2023
## What's Changed * fix: Use UTF8 when encoding paths by @artempyanykh in https://github.com/artempyanykh/marksman/pull/281 * misc: Remove a warning about an unexpected version by @artempyanykh in https://github.com/artempyanykh/marksman/pull/282 * fix: Fix the range for wiki heading completion by @artempyanykh in https://github.com/artempyanykh/marksman/pull/283 * feat: Provide reference lens data for VSCode by @artempyanykh in https://github.com/artempyanykh/marksman/pull/284 **Full Changelog**: https://github.com/artempyanykh/marksman/compare/2023-12-07...2023-12-09

1 download