Edit page geeki/TODO
[wiki.git] / geeki / TODO
1 === Sooner ===
2
3  * Page delete
4  * Page rename
5  * Page redirects (using symlinks)
6  * Quick Find box in the navbar
7  * WikiCreole syntax: ##<****<macro param1 param2>****>## (we have <****<macro|param1|param2>****> instead)
8
9 === Later ===
10
11  * Ditch repo sandbox, use the versioning backend directly
12  * Stage changes by user until committed explicitly (i.e.: wiki changesets)
13  * Add simple InterWiki support
14  * Find orphaned pages (can be done by combining PageIndex with FindPage)
15  * Directory listing
16  * Groups/ directory with group lists implemented as wiki pages with unordered lists
17  * Glob for includes: {****{foo/*.c}****}
18  * Variable substitution in includes (aka templates)
19  * Syntax highlighting for code blocks
20 === Nice to have ===
21
22  * A functionality to have custom merge strategy in git to merge different wiki/GeekiGeeki in a single one
23
24  * See also the original PikiToDo