Skip to content

wiki.vim v0.3

Compare
Choose a tag to compare
@lervag lervag released this 06 Jun 12:50
· 531 commits to master since this release

This is a minor release with a few improvements, changes, and fixes:

Features

  • Add support for Windows and handle &shellescape issues (#151, #153, #156, #158)
  • Allow custom fzf options for :WikiFzfPages through g:wiki_fzf_pages_opts (#157)
  • Add command and mapping to set link text from header of the target page (#149):
    • :WikiLinkExctractHeader
    • <plug>(wiki-link-extract-header) (by default <leader>wlh)

Fixes

  • Fixed issue where wiki.vim overrides user mappings (#159)
  • Fixed some minor issues with :WikiFzfPages (#155)
  • Fixed issue with adoc link parsing (#135)
  • Fixed an issue with list move up/down (wiki#list#move)

Other

  • Some improvements to the docs
  • Improved the link matcher code

Thank you to everyone who has contributed with issues/bug reports/feature suggestions!