]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/sorting_by_path.mdwn
Some more thoughts about displaying tags
[ikiwiki.git] / doc / todo / sorting_by_path.mdwn
1 [[!tag patch]]
2 [[!template id=gitbranch branch=smcv/trail3 author="[[smcv]]"]]
3
4 My branch for [[plugins/contrib/trail]] also includes `path`
5 and `path_natural` sort orders, which sort the entire page name,
6 e.g. "a a/z ab ab/c b", much like [[ikiwiki/directive/map]].
7 I used `path` as the default order for the
8 [[plugins/contrib/ikiwiki/directive/trailitems]] directive,
9 since it seemed the most sensible.
10 ([[plugins/contrib/ikiwiki/directive/trailinline]] uses
11 `age` as its default, to be consistent with `inline`.)
12
13 It's one commit (including a regression test) which can be
14 cherry-picked if you don't want the rest of `trail`.
15
16 --[[smcv]]
17
18 > [[done]] --[[Joey]]