vimwiki

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

commit 12df0bddb2b20a5a48955e34b8d95f40952748f6
parent ddf7e5e0ff4d16e6b8c0019e04e7a3b0d7ae59c7
Author: Greg Anders <greande@sandia.gov>
Date:   Mon, 20 May 2019 08:29:12 -0600

Update documentation

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

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -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|.