]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/ikiwiki/directive/map/discussion.mdwn
Merge remote branch 'smcv/unescaped-meta'
[git.ikiwiki.info.git] / doc / ikiwiki / directive / map / discussion.mdwn
index 6d44733ac0b9a4d78f721ccc630828fccf9a4397..f6eaa6b8037ae80f2e6471ff3efeeba2d50a74c4 100644 (file)
@@ -1,3 +1,14 @@
+### Sorting
+
+Is there a way to have the generated maps sorted by *title* instead of *filename* when show=title is used?
+Thanks 
+
+-- Thiana
+
+> [[bugs/map_sorts_by_pagename_and_not_title_when_show__61__title_is_used]] --[[Joey]] 
+
+----
+
 Question: Is there a way to generate a listing that shows *both* title and description meta information? Currently, a \[\[!map ...]] shows only one of the two, but I'd like to generate a navigation that looks like a description list. For example:
 
  * This is the title meta information.
@@ -45,7 +56,7 @@ Is there any way to do that?  I don't mind mucking around with `\[[!meta]]` on e
 
 > I think that you're looking for this:
 > 
-> pages="((Topic*/* or Topic*) and ./*) or (Topic* and ! Topic*/*)"
+> `pages="((Topic*/* or Topic*) and ./*) or (Topic* and ! Topic*/*)"`
 > 
 > Let's pull that [[PageSpec]] apart. 
 > 
@@ -62,3 +73,13 @@ Is there any way to do that?  I don't mind mucking around with `\[[!meta]]` on e
 > on the right track. PS, be aware of
 > [[this_sidebar_issue|todo/Post-compilation_inclusion_of_the_sidebar]]!
 > --[[Joey]]
+
+>> Thanks, but this assumes that topic pages are named `Topic<something>`.
+>> They aren't.  They are tagged with `\[[!meta link="/topic"]]`, and as
+>> far as I can tell there is no [[PageSpec]] notation for "subpages of a
+>> page that satisfies link(foo)"...
+>> -- Zack
+
+>>> I think that the ideas and code in
+>>> [[todo/tracking_bugs_with_dependencies]] might also handle this case.
+>>> --[[Joey]]