[[PageOutline(2-5,Contents,pullout)]] = Edit a single wiki section == Description This plugin provides the ability to edit one section in a Trac wiki page, rather the whole wiki page (based on t:#6921, referenced in t:#1024). This is particularly useful for editing wiki pages which are very long. An edit button appears at the end of a section heading when hovering over it. [[Image(SectionEdit.png, border=2)]] Upon clicking the Edit link, only the associated section becomes editable. You can show preview and diffs on the section too. == Bugs/Feature Requests Existing bugs and feature requests for SectionEditPlugin are [report:9?COMPONENT=SectionEditPlugin here]. If you have any issues, create a [/newticket?component=SectionEditPlugin new ticket]. [[TicketQuery(component=SectionEditPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:sectioneditplugin here]. == Source You can check out SectionEditPlugin from [/svn/sectioneditplugin here] using Subversion, or [source:sectioneditplugin browse the source] with Trac. == Installation This plugin can be installed with `easy_install`: {{{#!sh easy_install https://trac-hacks.org/svn/sectioneditplugin/ }}} where `` is the branch appropriate for your version of Trac. For Trac 1.0, use the `0.12` branch. Add the following to your `trac.ini`: {{{#!ini [components] tracsectionedit.* = enabled }}} Alternatively, enable it though the {{{/admin/general/plugin}}} panel. A restart of the web server or Trac is not required. == Configuration Configuration options are placed in the `[section-edit]` section of your `trac.ini`. || '''Parameter''' || '''Default''' || '''Description''' || || preview_whole_page || true || Whether to preview the entire page or just the section being edited (true/false) || || edit_subsections || false || Whether to edit all subsections or just the section. || == Recent Changes [[ChangeLog(sectioneditplugin, 3)]] == Author/Contributors '''Author:''' [wiki:cbalan] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' rjollos