]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/map/discussion.mdwn
feature addition + patch
[ikiwiki.git] / doc / plugins / map / discussion.mdwn
index da1077d8c0cdfbece27f5b7069654c3c8a6eb8fc..c724a6492c4824a7fd5df96888009d01f9c2e486 100644 (file)
@@ -1,5 +1,20 @@
-I'm wanting a [[map]] (with indentation levels) showing page _titles_ instead of page 'names'.  As far as I can see, this is not an option with existing plugins - I can get a list of pages using [[inline]] and an appropriate template, but that has no indentation and therefore doesn't show structure well.
+I'm wanting a [[map]] (with indentation levels) showing page _titles_
+instead of page 'names'.  As far as I can see, this is not an option with
+existing plugins - I can get a list of pages using [[inline]] and
+appropriate [[wikitemplates]], but that has no indentation and therefore
+doesn't show structure well.
 
-The quick way is to modify the map plugin to have a 'titles' option.  The hard way is to modify inline to have an indentation option, in which case inline will be a superset of map functionality.  The second option seems a little wrong from the point of view of perversely extending what 'inline' means, but it seems right from the point of view of combining common features.  Maybe adding template support to map is a more useful approach than just adding a title option.
+The quick way is to modify the map plugin to have a 'titles' option.  The
+hard way is to modify inline to have an indentation option, in which case
+inline will be a superset of map functionality.  The second option seems a
+little wrong from the point of view of perversely extending what 'inline'
+means, but it seems right from the point of view of combining common
+features.  Maybe adding template support to map is a more useful approach
+than just adding a title option.
 
-Thoughts, anyone?  --[[KarlMW]]
\ No newline at end of file
+Thoughts, anyone?  --[[KarlMW]]
+
+We'd also very much like to have an option to display the title of the page instead of the filename in the map plugin. --Andrew
+
+There's a patch implementing this in [[!debbug 484510]]. It needs a few fixes
+before I merge it. Now applied. --[[Joey]]