mykb/README.md

8 lines
271 B
Markdown
Raw Permalink Normal View History

2021-12-25 16:45:41 +01:00
Use the htmlwiki.sh in your init.vim as
```
let g:vimwiki_list = [{"path": '~/Documents/vimwiki/mykb',
\ "path_html": '/home/till/Website/mykb.dieminger.ch',
\ "syntax": 'markdown', "ext": '.md',
\ "custom_wiki2html": '~/wikihtml.sh', "force": 1, "auto_export": 1}]
```