aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/map
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-18 05:31:16 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-18 05:31:16 +0000
commit17df7af561223224a47e31037d01a6e00efb293e (patch)
tree2d87e4b56c017df36e697335e736d1107986e65f /doc/plugins/map
parentf1eb7f116f4a67e46618067446ff0552f1059400 (diff)
downloadikiwiki-17df7af561223224a47e31037d01a6e00efb293e.tar
ikiwiki-17df7af561223224a47e31037d01a6e00efb293e.tar.gz
web commit by KarlMW: wanting a map using page titles
Diffstat (limited to 'doc/plugins/map')
-rw-r--r--doc/plugins/map/discussion.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/plugins/map/discussion.mdwn b/doc/plugins/map/discussion.mdwn
new file mode 100644
index 000000000..da1077d8c
--- /dev/null
+++ b/doc/plugins/map/discussion.mdwn
@@ -0,0 +1,5 @@
+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.
+
+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