Skip to content

Instantly share code, notes, and snippets.

@karlwestin
Created March 8, 2012 11:05
Show Gist options
  • Save karlwestin/2000461 to your computer and use it in GitHub Desktop.
Save karlwestin/2000461 to your computer and use it in GitHub Desktop.
Bookmarklet for JSBin.com line numbers
// Since Posterous don't support javascript:
// Just add whatever link as bookmark, and paste this as the link instead
javascript:(function() { editors.javascript.setOption("lineNumbers", true); editors.html.setOption("lineNumbers", true); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment