Skip to content

Releases: Zeioth/markmap.nvim

2.0.3

12 Sep 20:50
Compare
Choose a tag to compare

Important fixes

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

2.0.2

07 Sep 16:24
Compare
Choose a tag to compare

Important fixes

  • fix: Markmap now chooses the right buffer when multiple buffers are present.

2.0.1

08 Jun 20:21
cf5ecd4
Compare
Choose a tag to compare

Includes a fix for the option grace_period defined by the user being ignored.

2.0

04 Jun 19:16
ec48393
Compare
Choose a tag to compare
2.0

Version 2.0 includes

  • New directory structure (This was necessary to implement healthcheck)
  • :checkhealth markmap allow the user to know if it is missing any necessary dependency.
  • :h markmap also includes a .txt manual In case the user prefers it over the markdown manual.

Nothing particularly special on this release. I'm marking it as 2.0 because no changes are expected from this point. The plugin has reached an state of maturity and it should never break.

1.0

26 May 01:18
47a7801
Compare
Choose a tag to compare
1.0

First stable release. Implements all mapkmap features and some extra.

  • MarkmapOpen: To open markmap in the browser.
  • MarkmapWatch: To reflect .md changes in real time in the browser.
  • MarkmapSave: To save the mental map without opening it.
  • MarkmapStop: To forcefully stop the markmap watch server.

It implements the options:

  • html_output (string): Path to save the html file. By default /tmp/markmap.html. You may want to change this if you are on windows.
  • hide_toolbar (boolean): If true, hides the toolbar in markmap html file.
  • grace_period (int): MarkmapWatch will stop after a grace period (60 min by default).

Closing nvim will also kill the markmap process. So the plugin should be quite robust.