Update documentation

This commit is contained in:
Greg Anders 2019-05-20 08:29:12 -06:00
parent ddf7e5e0ff
commit 12df0bddb2
1 changed files with 5 additions and 1 deletions

View File

@ -822,10 +822,14 @@ Vimwiki file.
*:Vimwiki2HTMLBrowse*
Convert current wiki page to HTML and open it in the webbrowser.
*:VimwikiAll2HTML*
*:VimwikiAll2HTML[!]*
Convert all wiki pages to HTML.
Default CSS file (style.css) is created if there is no one.
By default, only converts wiki pages which have not already been
converted or have been modified since their last conversion. With !,
convert all pages, regardless of whether or not they are out-of-date.
*:VimwikiToggleListItem*
Toggle checkbox of a list item on/off.
See |vimwiki-todo-lists|.