Releases: magnusriga/markdown-tools.nvim
Releases · magnusriga/markdown-tools.nvim
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.1
v1.3.0
fixed continuation bug
v1.2.0
v1.2.0
This release just updates the github actions.
v1.1.0
v1.1.0
This release introduces code formatting using stylua
and includes improvements to the MarkdownCodeBlock
command, along with the addition of a comprehensive test suite.
Added
- Added comprehensive test suite using
plenary.nvim
. - Added
stylua
for code formatting and linting.
Changed
- Updated
MarkdownCodeBlock
command to correctly handle visual selections, including multi-line selections and selections starting mid-line. - Formatted codebase using
stylua
.
v1.0.1
Release v1.0.1
This patch release includes an enhancement and a bug fix.
Changed
- The
MarkdownNewTemplate
command can now be used in any filetype, not just Markdown files. This allows creating new notes from templates regardless of the current buffer's filetype.
Fixed
- The visual mode keymap for inserting headers (default
<leader>mH
) now correctly exits visual mode before running the command, preventing issues with lingering visual selections.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
Full Changelog: https://github.com/magnusriga/markdown-tools.nvim/commits/v1.0.0
New Contributors
- @magnusriga made their first contribution in #1