From ec4b93be95f0c3a695802d7f539d445afa0e786b Mon Sep 17 00:00:00 2001 From: rick Date: Tue, 9 Nov 2010 14:53:21 -0800 Subject: [PATCH] update todos --- scratch/TODO | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/scratch/TODO b/scratch/TODO index 4fd99a9a..10aef396 100644 --- a/scratch/TODO +++ b/scratch/TODO @@ -4,5 +4,26 @@ * Create Error Page * Create Compare Revisions Page (like, when comparing the two) * Create Search Results Page +* Create Revert page * Write Editor/Sidebar implementation notes for Rick -* Write print.css \ No newline at end of file +* Write print.css +* Re-add inline help for more obscure syntax rules. +* Find some clever way to represent page hierarchy. +* Inline preview? + +BUGS +* You should only be able to compare 2 revisions at once. All revisions + between them should be highlighted though. See http://img.skitch.com/20101109-jqaeqd4gef83cq2sbeseexhaa2.png + +HIERARCHY + _Footer.md + _Sidebar.md + Page1.md + projects/ + Page2.md (uses root sidebar) + _Footer.md + experiments/ + _Sidebar.md + Page3.md (uses footer.md) + +Images work the same way. You can keep similar pages in a directory with their own images. \ No newline at end of file