Modify ↓
Ticket #305 (new enhancement)
Opened 3 years ago
Apply macro on TOC page which generate lists
| Reported by: | ulysess444@… | Owned by: | moschny |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | trac.tracnav | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Current allow_macros parameter only apply after list analyze.
Before analyze the list, apply macros first which will generate new lists, like Include and TitleIndex, will be a great enhancement. Then we can build a TOC with other TOC or dynamic TOC.
I think it's no need to specify what macros should aplly since the TOC pages are generally dedicated to this use, allow some and don't allow others seems not so much usefulness.
Subject_TOC_1 * item1 * item2
Subject_TOC_2 * item3 * item4
TOC * Subject1 [[Include(Subject_TOC_1)]] * Subject2 [[Include(Subject_TOC_2)]]
Page TOC when display as float TOC should be the same as direct view as a wiki page like below.
- Subject1
- item1
- item2
- Subject2
- item3
- item4
Attachments
Note: See
TracTickets for help on using
tickets.
