Using zen-coding for CodeMirror I've added Zen Coding support to
the HTML pane of JSBin.
It's on by default, with no way to switch it off. I'm not sure how
it's best to do that – from looking at the TODOs, are CodeMirror
options something that's planned?
In Opera, becuase 'tab' is the Zen Coding trigger, the line that
the user ends up on is also indented. This is not the case in
Firefox and Chrome.
Although it's in there, CoffeeHint isn't supported yet - need to switch
autocomplete methods on processor change.
Also supports arbitrary token support - so if you hit escape, it'll
read the words in the code, and include them in the autocomplete.
If there's no history API, just update the location.hash, but all the
other UI components update as if the real url were used. If the user
copies and pastes the url to twitter (say for instance), the
hashbang-jump (though really there's no bang) detects the *real* url on
the hash, and simple redirects. This is made the first part of the
compressed jsbin…min.js so it should happen pretty early.