mip
Version, currently 0.1.44 versions
- 0.1.4latestSep 18, 2022
- 0.1.3not indexedJan 22, 2023
- 0.1.2not indexedJan 22, 2023
- 0.1.1not indexedJan 22, 2023
github.com/mipmip/mip.cr
Markdown In Preview. A fast and simple markdown viewer
6 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
mip:
github: mipmip/mip.cr
version: ~> 0.1.4Then run:
shards installshard.yml
- Crystal
1.2.2- License
- MIT
- Author
- Pim Snel <post@pimsnel.com>
- Target
mvifrom src/mvi.cr
Dependencies
Runtime Dependencies
- clim*github: at-grandpa/clim
- markd*github: icyleaf/markd
- fswatch*github: bcardiff/crystal-fswatch
- webview*github: naqvis/webview
- front_matter*github: chris-huxtable/front_matter.cr
- common_marker*github: mamantoha/crystal-cmark-gfm
README
# 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
- no releases yet. You should compile it yourself.
## Features
- built-in webserver
- preview images
- show/hide frontmatter
- autoreload if file changes
## Todo
- refactor code
- release workflow
## 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
- crystal 1.x
- yarn
- make
- webkitgtk
- fswatch
### Setup Dev Environment
```bash
shards install
yarn
```
### Compile and run program
```bash
make
```
### Build optimized program
```bash
make build
./mip
```
### Compile themes
```bash
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
- [Pim Snel](https://github.com/mipmip) - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.4- Tagged
- Sep 18, 2022
- Commit
6887a84689c3- Crystal
1.2.2- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/mipmip/mip.cr
Metadata
- Created
- Aug 13, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 4