diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2010-04-22 19:28:31 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-04-22 19:28:31 +0000 |
commit | 418670c7e85ca32252b82b505ba6bb907229306e (patch) | |
tree | 51540d930945b10cd2143d4d330d7c5b80c1045d | |
parent | 8eac7c2ad4966bdf2a1ea003df9e356da4c4e6bd (diff) | |
download | ikiwiki-418670c7e85ca32252b82b505ba6bb907229306e.tar ikiwiki-418670c7e85ca32252b82b505ba6bb907229306e.tar.gz |
map can't currently change sort ordering
-rw-r--r-- | doc/ikiwiki/directive/map/discussion.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/map/discussion.mdwn b/doc/ikiwiki/directive/map/discussion.mdwn index a39862347..b7ac17b1a 100644 --- a/doc/ikiwiki/directive/map/discussion.mdwn +++ b/doc/ikiwiki/directive/map/discussion.mdwn @@ -89,3 +89,9 @@ Is there any way to do that? I don't mind mucking around with `\[[!meta]]` on e I feel like this should be obvious, but I can't figure out how to sort numerically. I have `map pages="./* and !*/Discussion and !*/sidebar"` and a bunch of pages with names like 1, 2, 3, 11, 12, 1/1.1, 12/12.3 etc. I want to sort them numerically. I see lots of conversation implying there's a simple way to do it, but not how. + +> No, you can't: map can't currently use a non-default sort order. If it +> could, then you could use [[plugins/sortnaturally]]. There's a +> [[feature_request|todo/sort_parameter_for_map_plugin_and_directive]]; +> [[a_bug_references_it|bugs/map_sorts_by_pagename_and_not_title_when_show=title_is_used]]. +> --[[smcv]] |