diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -4,21 +4,15 @@ Make it perphekd! | |||
4 | 4 | ||
5 | ## Do these | 5 | ## Do these |
6 | 6 | ||
7 | Colour shenanigans. | ||
8 | |||
9 | Automate symlinks. | 7 | Automate symlinks. |
10 | 8 | ||
11 | - any .md.md file should be linked along with it's matching .md file if it's outside of Foswiki/ and PmWiki/. | 9 | - any .md.md file should be linked along with it's matching .md file if it's outside of Foswiki/ and PmWiki/. |
12 | 10 | ||
13 | Might be useful to automatically convert anything looking like a URL into a linky. | ||
14 | |||
15 | Syntax highlighting in code blocks. | 11 | Syntax highlighting in code blocks. |
16 | 12 | ||
17 | Bugs - | 13 | Other colour shenanigans. |
18 | 14 | ||
19 | - unsorted/JensKorte/DevuanReleases_fos.HTML the header sorting links and colours on the table look tricky to unravel. Especially the extra <th> row for Daedalus, just to change it's colour. | 15 | Might be useful to automatically convert anything looking like a URL into a linky. |
20 | - /users/dunno/Devuan Cluster.HTML A very lengthy and complex document, I'll likely miss something, but chip away at the obvious. Lots of colour shenanigans. | ||
21 | - unsorted/Debdog_pm.HTML back on the table - several tables of links encoded as code blocks, but they linkyness gets dropped. likely by pandoc. | ||
22 | 16 | ||
23 | Check the timestamps on the files, only update if source is newer than destination. Meh, it's already 600 times faster than the pandoc version. | 17 | Check the timestamps on the files, only update if source is newer than destination. Meh, it's already 600 times faster than the pandoc version. |
24 | 18 | ||
@@ -42,6 +36,11 @@ Deal with complex directory trees. | |||
42 | 36 | ||
43 | Allow default.template files in sub directories. | 37 | Allow default.template files in sub directories. |
44 | 38 | ||
39 | Bugs - | ||
40 | |||
41 | - /users/dunno/Devuan Cluster.HTML A very lengthy and complex document, I'll likely miss something, but chip away at the obvious. Lots of colour shenanigans. | ||
42 | - unsorted/JensKorte/DevuanReleases_fos.HTML the header sorting links and colours on the table look tricky to unravel. Especially the extra <th> row for Daedalus, just to change it's colour. | ||
43 | - unsorted/Debdog_pm.HTML several tables of links encoded as code blocks, but they linkyness gets dropped, likely by pandoc. | ||
45 | 44 | ||
46 | ## Try out | 45 | ## Try out |
47 | 46 | ||