aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/map
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-06-12 15:05:22 -0400
committerJoey Hess <joey@kitenet.net>2008-06-12 15:05:22 -0400
commit1b60dccf89d0b485f9f7ed025c07d6885310a178 (patch)
tree71a9d5d60e1b96a58ad879a79dad099b1c6078d4 /doc/plugins/map
parentc549bde8d26d9b5a55b2f7d0e033b5c72be95fea (diff)
downloadikiwiki-1b60dccf89d0b485f9f7ed025c07d6885310a178.tar
ikiwiki-1b60dccf89d0b485f9f7ed025c07d6885310a178.tar.gz
web commit by AndrewGreenberg: We'd also like to see a 'usetitles' option for the map plugin.
Diffstat (limited to 'doc/plugins/map')
-rw-r--r--doc/plugins/map/discussion.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/plugins/map/discussion.mdwn b/doc/plugins/map/discussion.mdwn
index 323c1b74b..321964802 100644
--- a/doc/plugins/map/discussion.mdwn
+++ b/doc/plugins/map/discussion.mdwn
@@ -2,4 +2,6 @@ I'm wanting a [[map]] (with indentation levels) showing page _titles_ instead of
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