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
- Host: GitHub
- URL: https://github.com/vimwiki/vimwikiwiki
- Owner: vimwiki
- License: other
- Created: 2019-05-07T20:56:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T19:09:04.000Z (about 1 year ago)
- Last Synced: 2025-05-13T14:31:35.425Z (10 months ago)
- Homepage: https://vimwiki.github.io/vimwikiwiki/
- Size: 86.9 KB
- Stars: 36
- Watchers: 9
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.