Opened 19 years ago
Closed 18 years ago
#208 closed enhancement (duplicate)
Edit Section
Reported by: | d3matt | Owned by: | anybody |
---|---|---|---|
Priority: | normal | Component: | Request-a-Hack |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.8 |
Description
MediaWiki has the ability to edit only a section of an article. How hard would it be to get this implemented in trac? Personally, I would use MediaWiki, but I'm new at my job, and they've been using trac for awile.
Attachments (0)
Change History (7)
comment:1 Changed 19 years ago by
Type: | defect → enhancement |
---|
comment:2 Changed 19 years ago by
comment:3 Changed 19 years ago by
That's kind of what I figured. What would it take to get edgewall to implement something like this?
comment:4 Changed 19 years ago by
Hey, how hard would it be to do this on the client side? Where a bit of javascript puts everything before the section in one variable, the section goes in an edit box, and everything goes in another variable. I haven't looked at the wiki code, but how hard would it be to do something like that?
comment:5 Changed 19 years ago by
The issue is that there is not really a good way (without patching) to alter the wiki web interface.
comment:7 Changed 18 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Trac Release: | → 0.8 |
Duplicate of #T1024
Something like this would be very hard to implement as a plugin, just beacuse the wiki system offers no extension point for such a thing, though it might be possible to make a patch against the existing wiki system. My personal preference is that if a page is big enough that you need to worry about editing it in sections, you might want to break it up into smaller sub-pages.