An open API service indexing awesome lists of open source software.

https://github.com/vimwiki/vimwikiwiki

Wiki for further documentation and tricks about vimwiki
https://github.com/vimwiki/vimwikiwiki

Last synced: 5 months ago
JSON representation

Wiki for further documentation and tricks about vimwiki

Awesome Lists containing this project

README

          

# VimwikiWiki

A [Vimwiki Wiki](https://vimwiki.github.io/vimwikiwiki) 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 = [
\ {

\ },
\ {
\ 'path': '/wiki',
\ 'path_html': '/docs',
\ 'auto_toc': 1},
\ ]
```

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