]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/map/discussion.mdwn
Merge commit 'smcv/prefix'
[ikiwiki.git] / doc / plugins / map / discussion.mdwn
1 I'm wanting a [[map]] (with indentation levels) showing page _titles_
2 instead of page 'names'.  As far as I can see, this is not an option with
3 existing plugins - I can get a list of pages using [[inline]] and
4 appropriate [[wikitemplates]], but that has no indentation and therefore
5 doesn't show structure well.
6
7 The quick way is to modify the map plugin to have a 'titles' option.  The
8 hard way is to modify inline to have an indentation option, in which case
9 inline will be a superset of map functionality.  The second option seems a
10 little wrong from the point of view of perversely extending what 'inline'
11 means, but it seems right from the point of view of combining common
12 features.  Maybe adding template support to map is a more useful approach
13 than just adding a title option.
14
15 Thoughts, anyone?  --[[KarlMW]]
16
17 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
18
19 There's a patch implementing this in [[!debbug 484510]]. It needs a few fixes
20 before I merge it. Now applied. --[[Joey]]