https://github.com/zweifisch/vimwiki-tools
tools for vimwiki
https://github.com/zweifisch/vimwiki-tools
Last synced: 2 months ago
JSON representation
tools for vimwiki
- Host: GitHub
- URL: https://github.com/zweifisch/vimwiki-tools
- Owner: zweifisch
- Created: 2013-05-11T11:03:26.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-16T15:18:02.000Z (about 13 years ago)
- Last Synced: 2025-09-03T19:57:37.946Z (10 months ago)
- Language: Python
- Size: 105 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vimwiki-tools
install via pip
```sh
pip install vimwiki-tools
```
generate index
```sh
vimwiki gen-index ~/wiki/linux --write
vimwiki gen-index ~/wiki/linux --output-type html
```
convert to markdown
```sh
vimwiki 2markdown ~/wiki/programming --output-extension wiki
```
view stats
```sh
vimwiki stats ~/wiki
```
for more options
```sh
vimwiki -h
```