A Sublime plugin for Livedown.
npm install -g livedown
Preferences > Browse Packages
.Installed Packages
directory in it.You will now have Livedown: Preview
command available from your command pallete (Ctrl+Shift+P
).
For bonus points, map it to the keyboard shortcut like Alt+m
by going to
Preferences > Key Bindings - User
and adding
{ "keys": ["alt+m"], "command": "livedown_preview"}
There are several configuration options available. You can check them by opening your Sublime Editor and going to Preferences > Package Settings > Livedown > Settings
.
MIT