Skip to content

Wiki for further documentation and tricks about vimwiki

License

Notifications You must be signed in to change notification settings

vimwiki/vimwikiwiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Wiki for further documentation and tricks about vimwiki

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published