]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/case.mdwn
* Title metadata of inlined pages now shows up in blogs, although not yet
[ikiwiki.git] / doc / todo / case.mdwn
1 Being case insensative is handy, but it does make the [[BackLinks]] and
2 [[blog]] links a bit ugly compared to other links. It should be possible to
3 support pagenames that have uppercase, while still allowing them to be
4 linked to using any case.
5
6 Also, newly created pagenames that include upper case characters should
7 perhaps not automatically be converted to lower case then.
8
9 Also, it's currently possible to check in a filename with uppercase and
10 ikiwiki will render it that way, but fail to edit it online and probably in
11 other ways.