diff options
| author | dvs1 | 2025-03-13 16:43:11 +1000 |
|---|---|---|
| committer | dvs1 | 2025-03-13 16:43:11 +1000 |
| commit | a37d71394b29b3f47d42b50891c51832c483855d (patch) | |
| tree | 4caa63aec28ab7897424d517e130efd3dbdc921c | |
| parent | bug++ (diff) | |
| download | notYetAnotherWiki-a37d71394b29b3f47d42b50891c51832c483855d.zip notYetAnotherWiki-a37d71394b29b3f47d42b50891c51832c483855d.tar.gz notYetAnotherWiki-a37d71394b29b3f47d42b50891c51832c483855d.tar.bz2 notYetAnotherWiki-a37d71394b29b3f47d42b50891c51832c483855d.tar.xz | |
Add some ideas to the TODO.
| -rw-r--r-- | TODO.md | 26 |
1 files changed, 21 insertions, 5 deletions
| @@ -9,12 +9,8 @@ Automate symlinks. | |||
| 9 | 9 | ||
| 10 | - any .md.md file should be linked along with it's matching .md file if it's outside of Foswiki/ and PmWiki/. | 10 | - any .md.md file should be linked along with it's matching .md file if it's outside of Foswiki/ and PmWiki/. |
| 11 | 11 | ||
| 12 | Syntax highlighting in code blocks. | ||
| 13 | |||
| 14 | Other colour shenanigans. | 12 | Other colour shenanigans. |
| 15 | 13 | ||
| 16 | Might be useful to automatically convert anything looking like a URL into a linky. | ||
| 17 | |||
| 18 | TOC | 14 | TOC |
| 19 | 15 | ||
| 20 | - Maybe have it on the left, as the sub menu of the current page's menu item, automatically generated from the $body$ headings. | 16 | - Maybe have it on the left, as the sub menu of the current page's menu item, automatically generated from the $body$ headings. |
| @@ -40,7 +36,27 @@ Deal with complex directory trees. | |||
| 40 | - On the gripping hand, this is where we want empty directories to vanish. | 36 | - 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. | 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. |
| 42 | 38 | ||
| 43 | Allow default.template files in sub directories. | 39 | |
| 40 | ## Some ideas | ||
| 41 | |||
| 42 | Mostly from something chomwitt deleted. | ||
| 43 | |||
| 44 | - A toolbar is mentioned, which is what I'm half way through creating with those hamburger / sunglasses icons, they are a bar of tools. | ||
| 45 | - Maybe tabs as well as a toolbar, for the list of sub directories. | ||
| 46 | - Syntax highlighting in code blocks. | ||
| 47 | - Allow default.template files in sub directories. | ||
| 48 | - Might be useful to automatically convert anything looking like a URL into a linky. | ||
| 49 | - "collapsing headings" I guess that means click on a heading to hide / show the content under that heading. | ||
| 50 | - + Should do that for the main content and the menu TOC. | ||
| 51 | - "validation", not sure exactly what that would validate. | ||
| 52 | - I'll just quote the entire rest - | ||
| 53 | |||
| 54 | ~~~ | ||
| 55 | !!! co-editing | ||
| 56 | The toolbar should contain tools that facilitate : | ||
| 57 | * intergration (to other workflows) | ||
| 58 | ** for example search-completion to other workflows names-tags. | ||
| 59 | ~~~ | ||
| 44 | 60 | ||
| 45 | 61 | ||
| 46 | ## Try out | 62 | ## Try out |
