Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 443 Bytes

README.markdown

File metadata and controls

15 lines (10 loc) · 443 Bytes

JS Console

A JavaScript web console, useful for quick experimentation, debugging, presentations (for live coding) and workshops.

Features

  • Resizable font (yep, biggest issue with Firebug in workshops)
  • shift + up/down for bigger console

TODO

  • Save history (easy)
  • Add support for loading in a DOM (not so easy)
  • Permalink to session (trickier, server side required - can I do it without?)
  • Permalink to individual execs (easy)