vim.md

simple vi markdown editor https://github.com/joseamarin/vim.MD joseamarin.github.io/vim.md/
git clone http://git.hanabi.in/repos/vim.md.git
Log | Files | Refs | README

commit 48fdc248b95484abb9d5aeba3fd42c62d4fb03e5
parent a225a1d7afb65af25ea2cb3c1ba780eb666b15ed
Author: Jose Marin <josemarinemail@gmail.com>
Date:   Fri, 20 Jul 2018 13:57:49 -0400

Update README.md
Diffstat:
MREADME.md | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,23 @@ +# [Vim.md](https://joseamarin.github.io/vim.MD/) + +*VimMD Preview.* + +[![scrnshot](https://raw.githubusercontent.com/joseamarin/vim.MD/gh-pages/assets/vimmd-scrnshot.png)](https://joseamarin.github.io/vim.MD/) + + + +Markdown editor width **vi** like keybindings that allows you to preview what you type in the left pane in realtime on the right pane. Super simple: Just start typing some markdown to see how it will render, once done just hit the **COPY** button to copy md to clipboard. + +## FEATURES + +* Basic CodeMirror enabled markdown editor +* vi keybindings +* Local storage support + +## TODOS + +* Export button to save your markdown as an .md file +* Add different terminal themes +* maybe tie this into a static site generator??? + +## [DEPLOYED APP](https://joseamarin.github.io/vim.MD/)