From 82a37b615cdfaddefc29154cbef1c752d27a97ad Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Wed, 28 Dec 2022 12:52:04 +0100 Subject: [PATCH] re-org., readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8796e39..b18ad08 100644 --- a/README.md +++ b/README.md @@ -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