Markdown Instant Preview - MiP

Markdown Instant Preview aka mip is a fast and simple markdown viewer. Mip uses a webview window to render the markdown. I wrote mip to this preview my markdown files which I write in vim.

Installation

Features

Todo

Usage

  mip. A simple markdown viewer.

  Usage:

    mip [options] [FILE]

  Options:

    --help                           Show this help.
    --version                        Show version.

  Arguments:

    01. file      Path to markfown file. [type:String] [required]

  Shortcuts:

    CTRL-r        Reload document

Development

Prerequisites

Setup Dev Environment

shards install
yarn

Compile and run program

make

Build optimized program

make build
./mip

Compile themes

make build
./mip

Contributing

  1. Fork it (https://github.com/mipmip/mip/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors