diff options
| author | dvs1 | 2025-03-13 17:03:40 +1000 |
|---|---|---|
| committer | dvs1 | 2025-03-13 17:03:40 +1000 |
| commit | 2c399b11e385e1de6c699c65257b29f286483453 (patch) | |
| tree | 666dd9d6d50fa3197b21ce36920278f8c264ba00 | |
| parent | Work around lunamark's random list bug by giving it less random list triggers. (diff) | |
| download | notYetAnotherWiki-2c399b11e385e1de6c699c65257b29f286483453.zip notYetAnotherWiki-2c399b11e385e1de6c699c65257b29f286483453.tar.gz notYetAnotherWiki-2c399b11e385e1de6c699c65257b29f286483453.tar.bz2 notYetAnotherWiki-2c399b11e385e1de6c699c65257b29f286483453.tar.xz | |
Lower priority of fixing the lunamark random list bug.
| -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 | ||
