Releases: Zeioth/markmap.nvim
Releases · Zeioth/markmap.nvim
2.0.3
2.0.2
2.0.1
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
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.