From 7abd81ef170a4568a8a918b5d36c1e0259021e51 Mon Sep 17 00:00:00 2001 From: Till Dieminger <65651721+TillDiem@users.noreply.github.com> Date: Sat, 25 Dec 2021 16:45:41 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2bcd678..9cb975c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ -#Scripts branch - -This branch is mostly used for generator scripts +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}] +```