Ticket #10638 (new enhancement)

Opened 6 months ago

Last modified 2 months ago

Create "Table of Contents" based on URL

Reported by: tsari Assigned to: osimons
Priority: normal Component: TocMacro
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description (Last modified by rjollos)

The existing TOC macro (TocMacro) uses the headline (h1 to h6) to create the table of contents. This results in a very confusing toc structure, because a headline h1 on a page on the 3rd level will be displayed on the first level of the toc.

Page structure with used headlines on the page:

page1(h3)/page2(h4)/page3(h2)
         /page2(h4)/page4
                   /page4(h1)/page5(h1)

Resulting TOC from the existing macro:

            page1 h3
                page2 h4
        page3 h2
    page4 h1
    page5 h1

My planns for an improved macro are to focus the toc creation on the url. So the resulting TOC should look likes this.

    page1 h3
        page2 h4
            page3 h2
            page4 h1
                page5 h1

So what should the macro do?

  • create the toc structure based on the url structure
  • use the first headline on each page as text for the toc entry
  • allow the user to specify the depth of the toc

Thanks for your help

Attachments

Change History

11/19/12 14:53:06 changed by tsari

  • release set to 0.12.

01/18/13 16:00:25 changed by tsari

  • owner changed from anybody to osimons.

Could you please check if my requirements are realizable?

Regards, tsari

01/21/13 16:07:52 changed by anonymous

  • component changed from Request-a-Hack to TocMacro.

03/22/13 01:50:52 changed by rjollos

  • description changed.

Add/Change #10638 (Create "Table of Contents" based on URL)




Change Properties
Action