README.md (807B)
1 # [Vim.md](https://joseamarin.github.io/vim.MD/) 2 3 *VimMD Preview.* 4 5 [![scrnshot](https://raw.githubusercontent.com/joseamarin/vim.MD/gh-pages/assets/vimmd-scrnshot.png)](https://joseamarin.github.io/vim.MD/) 6 7 8 9 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. 10 11 ## FEATURES 12 13 * Basic CodeMirror enabled markdown editor 14 * vi keybindings 15 * Local storage support 16 17 ## TODOS 18 19 * Export button to save your markdown as an .md file 20 * Add different terminal themes 21 * maybe tie this into a static site generator??? 22 23 ## [DEPLOYED APP](https://joseamarin.github.io/vim.MD/)