sublime text

Sublime Text SmartMarkdown Plugin

I highly recommend the SmartMarkdown plugin for Sublime Text 2. If for no other reason than it auto-installs the Markdown header folding keyboard shortcut: :::json { "keys": ["shift+tab"], "command": "global_folding", "context": [ { "key": "selector", "operator": "equal", "operand": "text.html.markdown" } ] } This is the quickest way to navigate a large Markdown document by top level headers.1 It’s much less ugly on the Mac, but I use it (as depicted here) on Windows too.

Sublime Text 2 SFTP Plugin

Sublime SFTP is an excellent addition to Sublime Text and well worth the $16 additional cost for something so well maintained. There was a major update to the plugin yesterday.