summaryrefslogtreecommitdiff
path: root/doc/plugins/map
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-06-12 15:12:28 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-06-12 15:12:28 -0400
commit16fd84326915d235c1509e03606d91bd08e7f277 (patch)
tree9deea1d5eec573bc01dfa448bfc5975a8d059a03 /doc/plugins/map
parent1b60dccf89d0b485f9f7ed025c07d6885310a178 (diff)
link to patch
Diffstat (limited to 'doc/plugins/map')
-rw-r--r--doc/plugins/map/discussion.mdwn17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/plugins/map/discussion.mdwn b/doc/plugins/map/discussion.mdwn
index 321964802..9fdd32eeb 100644
--- a/doc/plugins/map/discussion.mdwn
+++ b/doc/plugins/map/discussion.mdwn
@@ -1,7 +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 appropriate [[wikitemplates]], 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]]
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. --[[Joey]]