summaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 16:52:23 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 16:52:23 -0500
commitead337ddfd043e9ec86bbae0c5e660fde0cd6ba9 (patch)
treed22cc1107c4f838eace3e545a3ab1937810a27f1 /TODO.org
parent641fcbb149d37b4b65887d938f04ca495db17594 (diff)
TODO
Diffstat (limited to 'TODO.org')
-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"]]));