- Proper README
- Instructions
- Requirements
- Test files
tldr, cheat- gists (at least public)
Add "Copy Source"Add syntax highlightingOpen file in editorConfiguration inconfig.json
- Voting system
- Paginate
- Live update
- Sessions
UTF-8- Render
dot
,math
files? - Highlight text: js snippet
- Better layout: http://www.layoutit.com/build
$('div:not(.sourceCode)').hide();
$('pre.sourceCode').appendTo('body');
$('body > :not(#myDiv)').hide(); //hide all nodes directly under the body
$('#myDiv').appendTo('body');