summaryrefslogtreecommitdiff
path: root/TODO.org
blob: 7e30423f21cd4d40244087b5891205da24c55b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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"]]));