Hi guys!
I’ve seen a few plugin for sublime text that offers a preview for your markdown, but there’s some annoying dependencies.
So, I’ve created a plugin that preview you markdown in sublime text using the phantoms
.
Naturaly, it’s called MarkdownLivePreview
It converts markdown to html using markdown2, but it’s only one file so it is included in the package.
Installation
See the README, it takes a fair bit of space
Usage
As I say in the README, we don’t want the preview all the time. So, you just need to run a shortcut (alt+m
), and it will activate it for you.
In dev
This plugin is in dev, this is why I present it. Tell me what you think about it. I know there’s some bug, but I don’t want to spend my time solving them for a plugin no one’s going to use, I’ve got much better to do (although they look pretty easy to solve).
So, if you feel you could use it, let me know, it might boost its dev.
Thanks for reading!
Matt