Skip to content

wiki.vim v0.12

Latest

Choose a tag to compare

@lervag lervag released this 13 Jun 22:28
· 3 commits to master since this release

I've just finished a very long-standing task (#147): support for multi-line links. I think that warrants a new release, so here you go!

Features

  • Add support for fzf_lua as select method (#419)
  • Allow customization of setting link target with g:wiki_link_creation.path_transform (#422, #423)
  • Allow having the journal at wiki root (#424)
  • Add support for reference style image links (#425)
  • Adjust the definition of ref_target links (#425)
  • Add support for multi-line links (#147)

Bug Fixes

  • Fix issue where trailing punctuation broke bare URLs (#421)
  • Don't :update a file on navigation unless the file exists

Acknowledgements

I would like to give a special thanks to everyone who contributes with PRs: @qadzek (#421) and @kceiw (#422).