Skip to content

Instantly share code, notes, and snippets.

@creativecoder
Created March 3, 2014 00:00
Show Gist options
  • Save creativecoder/9315931 to your computer and use it in GitHub Desktop.
Save creativecoder/9315931 to your computer and use it in GitHub Desktop.
Open markdown files in Marked.app (on Mac) with Cmd + B
{
"shell_cmd": "open -a marked \"$file\"",
"selector": "text.html.markdown"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment