There is an improved version written in Rust
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.
mip-video.webm
- no releases yet. You should compile it yourself.
- built-in webserver
- preview images
- show/hide frontmatter
- autoreload if file changes
- refactor code
- release workflow
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
- crystal 1.x
- yarn
- make
- webkitgtk
- fswatch
shards install
yarn
make
make build
./mip
make build
./mip
- Fork it (https://github.com/mipmip/mip/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Pim Snel - creator and maintainer