Skip to content

peterhost/vim-markdown-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

clone of (defunct) repo of the same name by robgleeson... Now called : https://github.com/robgleeson/hammer.vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published