diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -4,14 +4,10 @@ Make it perphekd! | |||
4 | 4 | ||
5 | ## Do these | 5 | ## Do these |
6 | 6 | ||
7 | Automate symlinks. | ||
8 | |||
9 | - any .md.md file should be linked along with it's matching .md file if it's outside of Foswiki/ and PmWiki/. | ||
10 | |||
11 | TOC | 7 | TOC |
12 | 8 | ||
13 | - Maybe have it on the left, as the sub menu of the current page's menu item, automatically generated from the $body$ headings. | 9 | - Add anchors, so clicking on them goes to the heading. |
14 | - Sub headings get sub menus etc. | 10 | - Lengthy headings need to be tamed. |
15 | 11 | ||
16 | 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. | 12 | 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 | 13 | ||
@@ -33,8 +29,20 @@ Deal with complex directory trees. | |||
33 | - On the gripping hand, this is where we want empty directories to vanish. | 29 | - On the gripping hand, this is where we want empty directories to vanish. |
34 | - 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. | 30 | - 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. |
35 | 31 | ||
32 | Fix up linky conversion. DONE, mostly. | ||
33 | |||
34 | - This is the "page moved" problem, but now it's "page copied" and "page linked", a generic solution might work. | ||
35 | - Need to deal with real file name versus title. Also symlink name not matching what it points to. | ||
36 | - . Hmmm, might it be good policy to have a single canonical context for each page? The "real URL" .md.md thing? | ||
37 | - . Loop through the manually placed symlinks, adjusting "real URL" as we go. | ||
38 | - + What to do about mulitple symlinks pointing to the same page? Compare timestamps, most recent wins. | ||
39 | |||
36 | 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. | 40 | 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. |
37 | 41 | ||
42 | Automate symlinks. | ||
43 | |||
44 | - any .md.md file should be linked along with it's matching .md file if it's outside of Foswiki/ and PmWiki/. | ||
45 | |||
38 | 46 | ||
39 | ## Some ideas | 47 | ## Some ideas |
40 | 48 | ||