python gtk webkit markdown previewer

Inspired by Marked I spent the day writing something similar using pygtk and pywebkitgtk, and now I'm using it as I write this.

Given a file, it opens a Webkit window that refreshes whenever the file is written to. It has a few keyboard commands, and ability to render in a template. Here's a screenshot under xmonad:

mkdn screenshot

Source is at github: github/mkdn python