Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.42 KB

File metadata and controls

48 lines (33 loc) · 1.42 KB

vim-markdown-preview

vim-markdown-preview is a (customizable) plugin for the vim editor to preview markdown documents.

Documentation

See doc/vmp.txt
If you install vim-markdown-preview, please run :helptags $HOME/.vim/doc to be able to view the documentation from within vim.

Install

Download

  • Option 1
    Clone the repository! The master branch is where stable, or soon-to-be-released code lives.

  • Option 2
    You can download versioned releases from the downloads page.

Automatic installation
vim-markdown-preview is bundled with an installer script which will install to $HOME/.vim/plugin/

sh install.sh

Usage

Send vim the command :Mm for a preview of your markdown document.
Alternatively, bind :Mm to a key binding: map <leader>p :Mm<CR>

Dependencies

  • vim
  • Ruby support for vim.
  • kramdown (bundled with this package)

Notes

If you're previewing documents in the links browser, remember to use ctrl+r after previewing a document for the 2nd, 3rd, ..., etc time or you'll be left with the cached version.

Screenshots

links browser
.. more to come!

Bugs

Bugs are tracked through The GitHub Issue Tracker.