aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordvs12025-02-23 03:46:27 +1000
committerdvs12025-02-23 03:46:27 +1000
commit1565aa751e2a9b16e779a7807bcab13e1377a0d5 (patch)
tree55effb87b0f0894a866b17db7c663c0118e9a5c8
parentDelete all the .SED files, not just some. (diff)
downloadnotYetAnotherWiki-1565aa751e2a9b16e779a7807bcab13e1377a0d5.zip
notYetAnotherWiki-1565aa751e2a9b16e779a7807bcab13e1377a0d5.tar.gz
notYetAnotherWiki-1565aa751e2a9b16e779a7807bcab13e1377a0d5.tar.bz2
notYetAnotherWiki-1565aa751e2a9b16e779a7807bcab13e1377a0d5.tar.xz
Re-arrange TODO.
-rw-r--r--TODO.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/TODO.md b/TODO.md
index 658ebee..26df0a6 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,21 +4,18 @@ Make it perphekd!
4 4
5## Do these 5## Do these
6 6
7Allow default.template files in sub directories.
8
9Automate symlinks. 7Automate 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
13Syntax highlighting in code blocks. 11Colour shenanigans.
14 12
15Other colour shenanigans. 13Syntax highlighting in code blocks.
16 14
17Bugs - 15Bugs -
18 16
19- /users/Debdog.HTML   pandoc can't handle the background table cell colours in the "Background colours" table, which is kinda the point of it. 17- /users/Debdog.HTML   pandoc can't handle the background table cell colours in the "Background colours" table, which is kinda the point of it.
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. 18- /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- /Foswiki/Main/WikiGroups.HTML   has that twisty thing which looks not simple to remove.
22 19
23Check the timestamps on the files, only update if source is newer than destination. Meh, it's already 600 times faster than the pandoc version. 20Check 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 21
@@ -40,6 +37,8 @@ Deal with complex directory trees.
40- On the gripping hand, this is where we want empty directories to vanish. 37- On the gripping hand, this is where we want empty directories to vanish.
41- SOOOOOOO don't show empty directories, but show their subs that have content, even if that sub is deep, but as per usual stop once we find a sub on that branch. EEEEW branches. 38- SOOOOOOO don't show empty directories, but show their subs that have content, even if that sub is deep, but as per usual stop once we find a sub on that branch. EEEEW branches.
42 39
40Allow default.template files in sub directories.
41
43 42
44## Try out 43## Try out
45 44