From 051a545a55435d179845b9eb43fe33b5a2e2345d Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Tue, 22 Nov 2011 20:34:34 -0500 Subject: [PATCH] Move todo to todo.md --- TODO | 14 -------------- TODO.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 14 deletions(-) delete mode 100644 TODO create mode 100644 TODO.md diff --git a/TODO b/TODO deleted file mode 100644 index 4a393e6..0000000 --- a/TODO +++ /dev/null @@ -1,14 +0,0 @@ -cache headers for static assets (and on document GET) -tests -add feedback for errors to UI - esp. too long -fix that chrome bug where it loads the doc twice -add link to about page -expand extension map -maybe start serving highlighting on the other end to save transfer on highlight.js -start using CDNs for most assets -kick expiration back by increment on each view -Add file extensions ourselves to push state - -# shared version only -some way to do announcements easily (and use for ads) -copy URL to clipboard button diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..408e430 --- /dev/null +++ b/TODO.md @@ -0,0 +1,19 @@ +# TODO +* cache headers for static assets (and on document GET) +* tests +* fix that chrome bug where it loads the doc twice +* expand extension map +* kick expiration back by increment on each view +* Add file extensions ourselves to push state +* Proper markdown highlighting + + +# shared version only +* some way to do announcements easily (and use for ads) +* start using CDNs for most assets (optional) + + +# with brian's design +* add feedback for errors to UI - esp. too long +* add link to about page +* copy URL to clipboard button