mkdpreview-vim

Markdown previewer for vimmer.

Stars
25

MkdPreview

Markdown Previewer for Vimmer.

Introduction

Vim can't dispaly characters which have them glyphs for each like web browser. So unfortunately, vimmer can't preview markdown text over editing on terminal. This is a GUI application which can display preview of markdown. This plugin support:

  • Markdown
  • reStructuredText
  • Textile

Installation

Just simple! Copy or git-clone mkdpreview-vim into your ~/.vim/bundle.

# cd /path/to/your/.vimrc/bundle
# git clone https://github.com/mattn/mkdpreview-vim

This require following third party modules or vim plugins.

Usage

:MkdPreview!

If you have previewer already, Just type:

:MkdPreview

:MkdPreview! command install BufWritePost hook for current buffer. Then preview will be updated just to do :w.

Screenshot

Author

Yasuhiro Matsumoto [email protected]