Skip to content

wiki.vim v0.7

Compare
Choose a tag to compare
@lervag lervag released this 06 May 19:19
· 193 commits to master since this release

I'm planning some relatively large changes in future work, see e.g. #296, #297, #301, and #302. I believe these will be very good changes that will allow much more user flexibility and keep wiki.vim more filetype agnostic than before.

However, since these are major updates, I believe it is useful to make a small release now that allows users to pin their local versions to a stable release. I would not be surprised if I push some bugs while developing, so pinning to this release may give a more stable experience for those who don't want to be surprised.

Features

  • Breaking change: Use absolute paths for journal.link_*_parser
  • Add support for separate root directory for the journal (#273)
  • Generalize the TOC feature (#295, #288)
  • Allow "edit in vim" for file handler, see :help g:wiki_viewer
  • Use modern jobs backends for Zotero viewer

Documentation

  • Added a comment about JabRef integration (#286)
  • Removed broken ToC link in README (#293)

Acknowledgements

As before I would like to give a special thanks to those who contributes with PRs: @Betmaster (#293) and @saccarosium (#295).