diff options
| -rw-r--r-- | TODO.md | 13 |
1 files changed, 6 insertions, 7 deletions
| @@ -4,21 +4,18 @@ Make it perphekd! | |||
| 4 | 4 | ||
| 5 | ## Do these | 5 | ## Do these |
| 6 | 6 | ||
| 7 | Allow default.template files in sub directories. | ||
| 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 | Syntax highlighting in code blocks. | 11 | Colour shenanigans. |
| 14 | 12 | ||
| 15 | Other colour shenanigans. | 13 | Syntax highlighting in code blocks. |
| 16 | 14 | ||
| 17 | Bugs - | 15 | Bugs - |
| 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 | ||
| 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. | 20 | 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 | 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 | ||
| 40 | Allow default.template files in sub directories. | ||
| 41 | |||
| 43 | 42 | ||
| 44 | ## Try out | 43 | ## Try out |
| 45 | 44 | ||
