Skip to content

Instantly share code, notes, and snippets.

@0x4a
Created March 10, 2014 13:25
Show Gist options
  • Save 0x4a/9464865 to your computer and use it in GitHub Desktop.
Save 0x4a/9464865 to your computer and use it in GitHub Desktop.
#html #editor with highlighting in #firefox - simply paste the code in the location bar
data:text/html, <script src="http://ajaxorg.github.io/ace-builds/src-min/ace.js" data-ace-base="src" charset="utf-8" type="text/javascript"></script> <div id="ed" style="position:absolute;top:0;left:0;right:0;bottom:0"></div> <script>ed=ace.edit("ed");</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment