Skip to content

Instantly share code, notes, and snippets.

View WaterSibilantFalling's full-sized avatar
👁️
Bananarama

Stephen McGregor WaterSibilantFalling

👁️
Bananarama
  • Actually Pretty Good
  • Istanbul and New Zealand
View GitHub Profile
@enpassant
enpassant / vimwiki2html.md
Last active July 8, 2025 18:57
Convert VimWiki to HTML (markdown, mediawiki)

With this wiki2html.sh bash script and pandoc program, you can convert markdown to html.

Usage: In the vim list section of the .vimrcfile, include options:

let g:vimwiki_list = [{'path': ‘your_wiki_place',
  \ 'path_html': ‘wiki_html_location’,
  \ 'syntax': 'markdown',
 \ 'ext': '.md',