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  * Replace ##<****<Include|foo>****>## with ##{****{foo}****}##
8  * WikiCreole syntax: ##<****<macro param1 param2>****>##
9  * WikiCreole syntax: ##{****{image|title}****}##
10
11 === Later ===
12
13  * Ditch repo sandbox, use the versioning backend directly
14  * Stage changes by user until committed explicitly (i.e.: wiki changesets)
15  * Add simple InterWiki support
16  * Find orphaned pages (can be done by combining PageIndex with FindPage)
17  * Directory listing
18  * Groups/ directory with group lists implemented as wiki pages with unordered lists
19  * Glob for includes {****{foo/*.c}****}
20  * Variable substitution in includes (aka templates)
21  * Syntax highlighting for code blocks
22 === Nice to have ===
23
24  * A functionality to have custom merge strategy in git to merge different wiki/GeekiGeeki in a single one
25
26  * See also the original PikiToDo