- New dark theme (thanks @peter-liu)
- Ignore YAML front-matter while rendering (thanks @hitzhangjie)
- Upgrade to
instant-markdown-d==0.3.0
Notable changes:
- Is now a
ftplugin
plugin - Improved auto scroll support
- MermaidJS option
- Alternative Python backend
smdv
- Alternative port
First major release which requires instant-markdown-d>=0.2.0
. Notable changes:
- MathJax support
- Auto scroll
All changes for this release were made in the backend. Do [sudo] npm -g update instant-markdown-d
to get them.
- Updated to the latest github styles!
- Performance should be slightly better as CSS is no longer generated at every update.
Some changes for this release were made in the backend. Do [sudo] npm -g update instant-markdown-d
to get them.
- Delay starting the
instant-markdown-d
server. This fixed the plugin for a few people who were getting empty browser windows. - Display a message with configuration instructions when the preview window can't be closed due to Firefox restrictions.
All these changes courtesy of @chreekat, THANKS!
- Is now an
after/ftplugin
plugin. Markdown filetype detection is left to Vim itself, or other plugins. - Behavior when multiple markdown files are open has been improved
- No more weird characters taking over the status/command bar while editing
- Internals have been completely rewritten and are much more cleaner and adhere to vim script best practices
These changes are also courtesy of @chreekat!
- Plugin no longer breaks vim mouse scrolling
- No longer errors upon opening an empty markdown file
instant_markdown_slow
option to update preview less frequently
All changes for this release were made in the backend. Do [sudo] npm -g update instant-markdown-d
to get them.
- Fix for systems (such as Ubuntu, Debian) which use the
nodejs
executable instead ofnode
.
thanks to @terryma!
- Added option to only start previewing markdown on demand