vimwiki 0.9.6 is out
Changes:
- NEW: You can have multiline list items. See
:h vimwiki-syntax-lists. - NEW: You can ignore newlines in multiline list items when do export to html. See
:h g:vimwiki_list_ignore_newlineoption. - NEW: Different checkbox symbols
[.],[:],[o]are added. See:h vimwiki-todo-lists. - NEW: Now there is no longer syntax of preformatted text that is started by a whitespace.
- NEW: Blockquotes. See
:h vimwiki-syntax-blockquote. - NEW: Per wiki folding option (vimwiki-option-folding) is removed. Global
:h g:vimwiki_foldingand:h g:vimwiki_fold_listsare added. - NEW: Due to being quite slow folding of list items is off by default. Use
:h g:vimwiki_fold_liststo turn it on. - NEW: If you want replace some symbols in a wikifilename use
:h g:vimwiki_badsymsoption (Andreas Baldeau). - FIX: Command
:VimwikiToggleListItemdoesn’t work for one of the two wikies opened at the same time with different syntaxes. - FIX: Command
:VimwikiToggleListItemdo not switch parent checkboxes if there are non-checkbox list items available. - FIX: Issue 24: Link error in html when write
[[one.two.three]]. - FIX: Rename
WikiWordto something with a colon (:) does nasty things. - FIX: Command
:VimwikiToggleListItemdo not switch right if there are list items without checkboxes in the list.
Get it from vimwiki downloads list.

