diff options
Diffstat (limited to '')
-rw-r--r-- | TODO.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,6 @@ Make it perphekd! | |||
4 | 4 | ||
5 | ## Do these | 5 | ## Do these |
6 | 6 | ||
7 | FIXME: If there's a single word and period at the beginning of a line, it gets turned into a list, or list item by lunamark at the final Parse stage. | ||
8 | Automate symlinks. | 7 | Automate symlinks. |
9 | 8 | ||
10 | - 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/. |
@@ -36,6 +35,8 @@ Deal with complex directory trees. | |||
36 | - On the gripping hand, this is where we want empty directories to vanish. | 35 | - On the gripping hand, this is where we want empty directories to vanish. |
37 | - 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. | 36 | - 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 | 37 | ||
38 | FIXTHEM: If there's a single word and period at the beginning of a line, it gets turned into a list, or list item by lunamark at the final Parse stage. | ||
39 | |||
39 | 40 | ||
40 | ## Some ideas | 41 | ## Some ideas |
41 | 42 | ||