[[PageOutline(2-5,Contents,pullout)]] = Edit a single wiki section = == Description == Wiki section edit plugin provides the ability to edit one section, rather the whole wiki page ( based on t:#6921, referenced in t:#1024 ) An edit button appears at the end of a section heading you hover over it. [[Image(SectionEdit.png, border=1)]] == 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&owner=cbalan new ticket]. == Download and Source == Download the [download:sectioneditplugin zipped source], check out [/svn/sectioneditplugin using Subversion], or [source:sectioneditplugin browse the source] with Trac. == Install == {{{ #!sh easy_install http://trac-hacks.org/svn/sectioneditplugin/0.12 }}} Don't forget to put this into your {{{trac.ini}}}: {{{ [components] tracsectionedit.* = enabled }}} or enable it though the {{{/admin/general/plugin}}} panel. Web server or Trac restart is not required. == Configure == 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:''' [wiki:cbalan] [[BR]] '''Contributors:''' rjollos