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