Skip to content

Commit

Permalink
re-org., readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mipmip committed Dec 28, 2022
1 parent 952bfdf commit 82a37b6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ Markdown Instant Preview aka `mip` is a fast and bloatless markdown document
viewer. Mip uses a webview window to render the markdown. I wrote `mip` to
preview my markdown files which I write in vim.

See the simple workflow in this video...

[mip-video.webm](https://user-images.githubusercontent.com/658612/209807766-3df2fc42-e53a-4183-aff4-9ed0acc6e449.webm)


After a first attempt of developing [Mip in
Crystal](https://github.com/mipmip/mip.cr), Rust seemed a better choice as it
has more mature parallism support. This is essential for running webview next
to a webserver.

See the simple workflow in this video...

[mip-video.webm](https://user-images.githubusercontent.com/658612/209807766-3df2fc42-e53a-4183-aff4-9ed0acc6e449.webm)

## Features

- built-in webserver
Expand Down

0 comments on commit 82a37b6

Please sign in to comment.