Markmap.nvim Versions Save

Visualize your Markdown as mindmaps with markmap

v2.2.2

2 months ago

fix: osx was detected as android due to both os having a /system directory.

v2.2.1

2 months ago

Hotfix for Windows.

Thanks to @MarcoBuess for testing on Windows and send the PR.

v2.2.0

2 months ago

Major refactor

  • The project now adheres to the single responsibility principle (config.lua, init.lua, utils.lua).
  • This makes the code extra easy to contribute.

Minor fixes

v2.1.4

2 months ago

Experimental build. Please report if markmap don't spawn correctly on windows.

v2.1.3

2 months ago

Major fixes

fix: typo introduced in v2.1.2 where the OS was always detected as android, preventing markmap from launching correctly.

v2.1.2

3 months ago

Minor fixes

  • fix: windows support by using jobstart/jobstop instead of process_kill. PR submitted and tested on Windows by @MarcoBuess. Tested on Unix by @Zeioth.

v2.1.1

3 months ago

Experimental build.

v2.1.0

3 months ago

Minor fixes

  • fix: We don't spawn a cmd terminal anymore when running markmap on windows.
  • fix: The option html_output now defaults to the correct tmp directory on windows.

Celebration

108 stars, in honor to Yoshitaka Murayama, who passed away today.

v2.0.4

3 months ago

Important fixes

  • fix: Markmap.nvim now work correctly on Windows.
  • fix: Starting this version we use v in front of the version number.

2.0.3

8 months ago

Important fixes

  • fix: Markmap.nvim now work correctly on Android Termux.