Hello,

   I'm currently using 0.11 and I'm not thrilled with the way that
[[TitleIndex(format=group)]] formats my wiki page hierarchy. For example,
the following hierarchy:

/A
/A/A
/A/A/A
/A/A/B
/A/A/C

would be displayed like this:

 * A
  * A (linked to /A)
  * /
   * A
    * A/A (linked to /A/A)
    * /
     * A/A/A (linked to /A/A/A)
     * A/A/B (linked to /A/A/B)
     * A/A/C (linked to /A/A/C)

After looking at 0.12, it looks like it would format it like this:

 * A
  * A (linked to /A)
  * A
   * A/A (linked to /A/A)
   * A/A/A (linked to /A/A/A)
   * A/A/B (linked to /A/A/B)
   * A/A/C (linked to /A/A/C)

Also in 0.12 is the "format=hierarchy" option, which formats it like this:

 * A (linked to /A)
  * A (linked to /A)
  * A (linked to /A/A)
   * A (linked to /A/A)
   * A (linked to /A/A/A)
   * B (linked to /A/A/B)
   * C (linked to /A/A/C)

The last one is almost exactly what I want, which is this:

 * A (linked to /A)
  * A (linked to /A/A)
   * A (linked to /A/A/A)
   * B (linked to /A/A/B)
   * C (linked to /A/A/C)

So the question I have is: Is it possible to accomplish what I'm looking
for? If not (or in addition to), what's the rationale behind the duplicate
links in the hierarchy format?

Thanks in advance.

-Eric

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to