From: Joey Hess Date: Thu, 12 Jun 2008 19:05:22 +0000 (-0400) Subject: web commit by AndrewGreenberg: We'd also like to see a 'usetitles' option for the... X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/1b60dccf89d0b485f9f7ed025c07d6885310a178 web commit by AndrewGreenberg: We'd also like to see a 'usetitles' option for the map plugin. --- 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