#6921 closed enhancement (duplicate)
Section edit for Wiki page [Patch]
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | trac-ja@…, ryano@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
It's not useful Edit (Wiki page)
interface
when the pagehas a long contents.
I think Section Edit feature resolves this usability.
I wrote a patch:
- Show Edit this section link near Link to this section in heddings.
- You can edit only the section. Also, you can show preview and diffs only the section, too.
- When you happen conflict, you may merge all sections. (You must edit all sections.)
Attachments (1)
Change History (4)
by , 17 years ago
Attachment: | trac-0.11dev_r6603-paraedit_r469.patch.gz added |
---|
comment:1 by , 17 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Thanks for the patch - that's a good starting point.
However, if you don't mind, I prefer to follow-up on #1024, which was the original ticket for this enhancement request.
comment:2 by , 16 years ago
I have used this patch with great success, however I had to edit it to allow for editing h6 tags. This is because the edit anchor is added to all headers of h6 and lower but the sections were split up by h5 and lower, causing the wrong section to be edited if you clicked on an edit link next to an h6.
comment:3 by , 15 years ago
Cc: | added |
---|
Patch againsts source:trunk@6603 (gziped)