summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.org34
1 files changed, 34 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
new file mode 100644
index 0000000..7e30423
--- /dev/null
+++ b/TODO.org
@@ -0,0 +1,34 @@
+* functionality
+- search
+- tag filtering
+- changelog (blog)
+- index.ext.txt
+- categories (writing/programming/dnd)
+* issues
+- Andrew Murrel -> AndrewDM
+* wish
+- case insenstive URLs
+* style
+- org tables
+- alignment (justify)
+- external link (and wiki-style icon!)
+- move breadcrumbs
+- single-space footer (and possible box)
+- tags on right
+- no bullets on indexes
+- make dates hover text
+* docs
+- document #+ headers
+* missing
+Writing/Programming "section"s
+
+ addItem("Writing",
+ mkItem("http://365tomorrows.com/12/03/a-simple-lament/",
+ "365 Tomorrows: A Simple Lament",
+ [["FF", "Flash Fiction"]]));
+
+ addItem("Programming",
+ mkItem("./DND/WaterdeepBazaar/WaterdeepBazaar.html",
+ "Waterdeep Bazaar: Marketplace Generator",
+ [["DM", "DMing Resource"],
+ ["WP", "WIP"]]));