Skip to content

toddlj/godown-vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

godown.vim

gif

Produce a live preview of Markdown files. When connected to the internet, the preview uses MathJax to render mathematics on the page.

About

A vim plugin for Godown.

Godown.vim and Godown are both heavily inspired by Livedown.

Installation

Add this plugin as you would any other. Ensure you have go installed.

Commands

The following commands are available

" launch the Godown server and preview your markdown
:GodownPreview

" stop the Godown server
:GodownKill

" Toggle the Godown server
:GodownToggle

" Live Preview
:GodownLiveToggle

Configuration

The following are variables you can customize.

" should the preview be shown automatically when a markdown buffer is opened
let g:godown_autorun = 0

" the port to run the Godown server on
let g:godown_port = 1337

License

MIT

About

Vim plugin for Godown Markdown Previewer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 68.5%
  • Vim Script 23.0%
  • HTML 8.5%