◐ Shell
clean mode source ↗

GitHub - vimwiki/vimwikiwiki: Wiki for further documentation and tricks about vimwiki

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

VimwikiWiki

A Vimwiki Wiki about Vimwiki.

  • doc/ folder contains generated html served by GitHub pages.
  • wiki/ folder contains the Vimwiki Wiki (default syntax) source files.

To use configure it as an additional wiki in your vimrc:

let g:vimwiki_list = [
      \ {
	  <Config of your existing wikis>
      \ },
      \ {
      \         'path': '<path to this repo>/wiki',
      \         'path_html': '<path to this repo>/docs',
      \         'auto_toc': 1},
      \ ]

To generate the HTML output run :Vimwiki2HTML. For PR commit both the wikitext and the rendered HTML.