mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
Move todo to todo.md
This commit is contained in:
parent
5d889662ef
commit
051a545a55
2 changed files with 19 additions and 14 deletions
14
TODO
14
TODO
|
@ -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
|
19
TODO.md
Normal file
19
TODO.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue