Skip to content

wiki.vim v0.2

Compare
Choose a tag to compare
@lervag lervag released this 06 May 21:24
· 551 commits to master since this release

It's time for a new release. There's been a lot of changes, mostly minor fixes, rebasing, maintenance, and improvements to the docs. Some of the more significant updates:

  • Use more proper language: e.g. "follow a link" instead of "open a link" and "file handler" instead of "file opener"
    • Changed: Renamed option g:wiki_file_open to g:wiki_file_handler
    • Changed: Renamed event WikiLinkOpened to WikiLinkFollowed
  • Added :WikiGraphCheckLinks (#145)
  • Added :WikiListMove(Up|Down)
  • Added event WikiBufferInitialized
  • Added option g:wiki_global_load to allow to disable loading wiki.vim outside the g:wiki_root specified wiki (#132)
  • Added option g:wiki_link_toggles to allow custom toggles (#72)
  • Added option g:wiki_resolver, allows to override the wiki page resolver (#148)
  • Added completion source for coc.nvim
  • Added initial support for asciidoc links (#112, #110)
  • Improved :WikiFzfPages - e.g. allow to create new notes (#133, #143)
  • Improved :WikiPageRename - it now supports new directories (#108)
  • Improved chooser UI
  • Improved option g:wiki_root - more consistent (#78)

There were ~200 commits, so there's a lot more updates since v0.1. Thank you to everyone who has contributed!

I'll aim to make the releases more frequent in the future, so that I can better describe all the important changes.