Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 762 Bytes

TODO.md

File metadata and controls

37 lines (30 loc) · 762 Bytes

Project

  • Proper README
  • Instructions
  • Requirements
  • Test files

Add for searching

  • tldr, cheat
  • gists (at least public)

Functionality

  • Add "Copy Source"
  • Add syntax highlighting
  • Open file in editor
  • Configuration in config.json
  • Voting system
  • Paginate
  • Live update
  • Sessions
  • UTF-8
  • Render dot, math files?
  • Highlight text: js snippet
  • Better layout: http://www.layoutit.com/build

Show only snippets

$('div:not(.sourceCode)').hide();
$('pre.sourceCode').appendTo('body');
$('body > :not(#myDiv)').hide(); //hide all nodes directly under the body
$('#myDiv').appendTo('body');