Skip to content

superbrothers/vim-quickrun-markdown-gfm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-quickrun-markdown-gfm

vim-quickrun-markdown-gfm converts a markdown buffer to html quickly by GitHub Markdown Rendering API.

Install with Vundle

Add the following lines to your .vimrc:

Bundle 'thinca/vim-quickrun'
Bundle 'mattn/webapi-vim'
Bundle 'tyru/open-browser.vim'
Bundle 'superbrothers/vim-quickrun-markdown-gfm'
let g:quickrun_config = {
\   'markdown': {
\     'type': 'markdown/gfm',
\     'outputter': 'browser'
\   }
\ }

After execute :BundleInstall.

If you want to use this script on GitHub Enterprise:

let g:quickrun_markdown_gfm_github_api_url = 'https://<your-github-enterprise-hostname>/api/v3'

If you want to use a GitHub OAuth token:

let g:quickrun_markdown_gfm_github_token = '<your-github-oauth-token>'

Usage

:QuickRun markdown

For more information, see the help of vim-quickrun

:help quickrun

Requirements

License

vim-quickrun-markdown-gfm is released under the MIT License.

Screenshots

Screenshot 01

About

vim-quickrun plugin for Markdown by GitHub Markdown API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published