aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/inline_sort-by-title_issues.mdwn
diff options
context:
space:
mode:
authorhttp://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web>2008-08-07 07:42:47 -0400
committerJoey Hess <joey@kitenet.net>2008-08-07 07:42:47 -0400
commit9f90278d41d646779e3199c3e1155a85e63d1799 (patch)
tree4c849093b7526bac5cbd4e761a27e8e4f37ba78e /doc/bugs/inline_sort-by-title_issues.mdwn
parent6817824841b5f842557483adf16e7f35e17f7bb6 (diff)
downloadikiwiki-9f90278d41d646779e3199c3e1155a85e63d1799.tar
ikiwiki-9f90278d41d646779e3199c3e1155a85e63d1799.tar.gz
Diffstat (limited to 'doc/bugs/inline_sort-by-title_issues.mdwn')
-rw-r--r--doc/bugs/inline_sort-by-title_issues.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/inline_sort-by-title_issues.mdwn b/doc/bugs/inline_sort-by-title_issues.mdwn
index 32b505e5a..bbb079f89 100644
--- a/doc/bugs/inline_sort-by-title_issues.mdwn
+++ b/doc/bugs/inline_sort-by-title_issues.mdwn
@@ -15,7 +15,7 @@ which appears to list `unixauth` before `creole`.
I'm not sure what the best fix is. One fix would be to add another sort option, `sort="path"`, that would use the current (broken) sort by title. Then add a true `sort="title"` that actually sorts on the title. It might also be interesting to modify the sort=path to actually list the full path in the links - that way it would be obvious how it is sorted. Or you could ignore the idea for `sort="path"`, and tell people to use [[plugins/map]] for that.
---Will
+--[[users/Will]]
And here is a [[patch]] for this. It makes `sort=title` actually sort on the title, and adds `sort=path` if you really want to sort on the path. `sort=path` still only displays titles. Just use map if you want more.