anekos / mkdpreview-vim

Markdown previewer for vimmer.

Home Page:http://mattn.kaoriya.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 mattn.jp@gmail.com

About

Markdown previewer for vimmer.

http://mattn.kaoriya.net/


Languages

Language:Python 63.8%Language:Vim Script 36.2%