1.0.1 • Published 3 years ago

viewiki v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Viewiki

-- Easily browse vimwiki files

Use case

Markdown files are very suited for documentation in a git repo.

VimWiki / VSCode Wiki provide a convenient way to edit these files:

At some point, one might want to view the documentation in the browser. Viewiki starts a webserver and renders the markdown files as html to view in the browser:

  • A webserver is started with micro.
  • Markdown files are converted to html with marked.

Install

npm i -g viewiki

Usage

cd folder_where_your_wiki_is
vw