#6342 closed enhancement (fixed)
Edit section and all subsections
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | SectionEditPlugin |
Severity: | normal | Keywords: | |
Cc: | ivan@… | Trac Release: | 0.11 |
Description
Suppose you have something like this:
== Section == === Subsection1 === some text... === Subsection2 === some text...
Then it would be nice to have something like "edit section and subsections" next to "Section", so you are able to add Subsections to "Section" or shuffle the order of already present subsections.
Attachments (0)
Change History (5)
comment:1 Changed 15 years ago by
Cc: | ivan@… added; anonymous removed |
---|
comment:2 Changed 14 years ago by
Priority: | normal → highest |
---|
Hi,
yes Im waiting for this feature too. In my opinion it should be sufficient, if the Edit Link will show up the edit pane for this and all sub-sections...
Thank you for implementing...
Using trac 0.11 btw
comment:3 Changed 13 years ago by
Owner: | changed from Catalin BALAN to Ryan J Ollos |
---|---|
Priority: | highest → normal |
Status: | new → assigned |
comment:4 follow-up: 5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [11205]) Fixes #6342: (0.2.6) Added a new trac.ini
option edit_subsections
. When True
, all subsections of a section will be displayed for editing. The default is False
, preserving the existing behavior.
The 0.12 and 0.11 branches wil be combined in the near future, at which point this feature will be available for 0.11.
This is very usefull feature I'm waitng for and I really hope that this would be done.