My knowledge base for misc. linux desktop and server setups/configurations
Go to file
2021-12-25 21:31:45 +01:00
GH.png Added the html generator scripts 2021-12-25 16:46:37 +01:00
post.css Added template and css 2021-12-25 21:31:45 +01:00
README.md Update README.md 2021-12-25 16:45:41 +01:00
template.html Added template and css 2021-12-25 21:31:45 +01:00
wikihtml.sh Added the html generator scripts 2021-12-25 16:46:37 +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}]