vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit 7fbeea2c1ef96f239b54aed58c21d988cd1e50db
parent 57385b29bb5bf86d5f7ba37a4a6d180ec33b9ed2
Author: Michael F. Schönitzer <michael@schoenitzer.de>
Date:   Thu, 21 Mar 2019 23:06:01 +0100

Update the changelog

Diffstat:
Mdoc/vimwiki.txt | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -3020,6 +3020,8 @@ New:~ * Add the %date placeholder, see |vimwiki-date|. * Add the option |vimwiki-option-custom_wiki2html_args|. * Add support for HTML-style comments when using markdown syntax. + * Made headings link to themselves in HTML output. + * Add |:VimwikiShowVersion| to check the version Removed:~ * Remove the undocumented and buggy command :VimwikiReadLocalOptions @@ -3044,6 +3046,10 @@ Fixed:~ * Opening the diary and wikis from the menu works correctly now. * Issue #497: Make |:VimwikiMakeDiaryNote| work outside a wiki buffer. * Use markdown syntax in the diary when appropriate. + * Improve handling of errors on opening files. + * Update links when renaming a page with |:VimwikiRenameLink|. + * Fix losing the highlighting in various situations. + * Improved link normalisation. * Various other minor fixes.