Skip to content

Delapouite/kakoune-livedown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

kakoune-livedown

kakoune plugin to live preview markdown files with livedown

Install

Add livedown.kak to your autoload dir: ~/.config/kak/autoload/.

Or via plug.kak:

plug 'delapouite/kakoune-livedown'

livedown must be installed on your system:

$ npm install -g livedown

Usage

livedown-start runs a livedown process in the background listening on PORT livedown_port option. Your default browser is launched to display the current buffer file rendered to HTML.

livedown-start-with-write-on-idle runs livedown-start and additionally sets up hooks to write the buffer on InsertIdle and NormalIdle for immediate feedback.

Use livedown-stop to kill the background process and remove any idle hooks associated with the buffer.

See also

Licence

MIT

About

Live preview markdown files with livedown

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •