This plugin automatically adds the "Edit" links to all the headings (---++
etc.) making the sections underneath them editable right in place.
If the plugin is installed and enabled, all the headings get the "Edit" links, except for some special circumstances (see below). When the mouse cursor is over an "Edit" link, the area edited with the link changes its background.
In addition to editing a section, you can see the raw text of a section by clicking the "Raw view" link. This is handy to copy-paste a section from a topic to another.
Whether to show or hide all the "Edit" links can be controlled by setting AUTOSECTIONS
preferences variable.
* Set AUTOSECTIONS = on
It comes with a variable %EDITAUTOSECTIONS%
, which is expanded as an "Edit Sections" button. If this variable is used anywhere, all the "edit" links on the headings are hidden by default, only until you click the button.
The %EDITAUTOSECTIONS%
button can optionally take the parameters below to change custom button labels:
Parameter | Default | Description |
---|---|---|
DEFAULT or label |
"Edit Sections" | The button label to start editing sections. |
endlabel |
"Finish Editing" | The button label to end editing sections. |
URL Parameter | Preference Variable | Configuration | Default | Description |
---|---|---|---|---|
?AutoSections= | * Set AUTOSECTIONS = | $cfg{Plugins}{AutoSectionsPlugin}{Default} |
hover | Enable/disable the plugin. Possible values are on , off , and hover . |
?AutoSectionsEditLabel= | * Set AUTOSECTIONS_EDITLABEL = | $cfg{Plugins}{AutoSectionsPlugin}{EditLabel} |
Edit | Alter the "Edit" link label. Specify off to hide the link. |
?AutoSectionsRawLabel= | * Set AUTOSECTIONS_RAWLABEL = | $cfg{Plugins}{AutoSectionsPlugin}{RawLabel} |
Raw view | Alter the "Raw view" link label. Specify off to hide the link. |
?AutoSectionsCancelLabel= | * Set AUTOSECTIONS_CANCELLABEL = | $cfg{Plugins}{AutoSectionsPlugin}{CancelLabel} |
Cancel | Alter the "Cancel" link label. |
?AutoSectionsFontStyleButton= | * Set AUTOSECTIONS_FONTSTYLEBUTTON = | $cfg{Plugins}{AutoSectionsPlugin}{FontStyleButton} |
on | Show/hide the font style button (proportional/fixed) while editing a section |
?AutoSectionsResizeButton= | * Set AUTOSECTIONS_RESIZEBUTTON = | $cfg{Plugins}{AutoSectionsPlugin}{ResizeButton} |
on | Show/hide the resize button (enlarge/shrink) while editing a section |
?AutoSectionsHighlight= | * Set AUTOSECTIONS_HIGHLIGHT = | $cfg{Plugins}{AutoSectionsPlugin}{Highlight} |
separate | Control when the highlight (background and right bar) is turned visible. Possible values are on , off , separate , and minimum . |
The default behavior of this plugin is that the edit link is displayed only on hover over a heading (hover
mode). If the configuration value is set to on
, all the edit links become always visible.
In any of the link labels, TWiki variables can be included, such as %ICON{...}%.
The headings are detected as a nested structure. For example, a section under the level 2 heading (---++
) will contain all the level 3, 4, 5, ... sections (---+++
, ---++++
, etc.) right underneath it.
One exception is that a level 1 heading (---+
) is interpreted the same as level 2 (---++
). The reason is because it is usually encouraged to use the level 1 heading only once at the top of each page, and if it were interpreted to contain everything else, the "edit" link would be to edit the entire page. The level 1 heading rather allows you to edit the top portion of the page more quickly (typically a few paragraphs plus %TOC%
).
Yes. Since the text in the edit box will simply replace the edited section, just edit a nearby section to put any additional headings (---++
) at an appropriate position, or erase the whole section.
There are several ways that affect the default behavior:
$TWiki::cfg{Plugins}{AutoSectionsPlugin}{Default} = 0;
* Set AUTOSECTIONS = off
%EDITAUTOSECTIONS%
button somewhere in the topic
?AutoSections=off
to the URL
Append ?AutoSections=on
to the URL, which will enable the "edit" links regardless of the settings.
This plugin only detects the heading notations that appear in the raw text (saved text).
Headings that result from the below will not have the "edit" links:
---++
notations generated by variable expansion * Set SOMEVAR = ---++
%SOMEVAR%
CHANGE
permission
<section>
tags) is used at the same time?
MultiEditPlugin allows you to add sections anywhere by placing <section>
tags, which would result in confusing "edit" links together with this plugin.
In order to minimize the potential confusion, all the "edit" links on headings are suppressed when some <section>
tags are present.
Thus, this plugin can be installed in a non-destructive way even if MultiEditPlugin has already been installed.
On the other hand, if AUTOSECTIONS
variable is explicitly set to on
, the heading-based "edit" links are rather respected, while all the <section>
tags are ignored.
This is currently a known issue that results from the plugin trying to take you back to the original position you were editing, while the exact image size is unpredictable until the images are actually loaded.
Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the TWiki server.
AutoSectionsPlugin.zip
in your twiki installation directory. Content: File: | Description: |
---|---|
data/TWiki/AutoSectionsPlugin.txt | Plugin topic |
data/TWiki/VarEDITAUTOSECTIONS.txt | %EDITAUTOSECTIONS% variable documentation |
lib/TWiki/Plugins/AutoSectionsPlugin.pm | Plugin Perl module |
pub/TWiki/AutoSectionsPlugin/AutoSections.js | JavaScript |
Many thanks to the following sponsors for supporting this work:
Plugin Author(s): | TWiki:Main.MahiroAndo![]() |
Copyright: | © 2013-2016 TWiki:Main.MahiroAndo![]() © 2013-2016 TWiki:TWiki.TWikiContributor ![]() |
License: | GPL (Gnu General Public License)![]() |
Plugin Version: | 2016-10-25 |
2016-10-25: | TWikibug:Item7258![]() ![]() |
2016-10-05: | TWikibug:Item7555![]() ![]() |
2016-07-29: | TWikibug:Item7550![]() ![]() ![]() ![]() ![]() |
2016-02-16: | TWikibug:Item7726![]() |
2014-10-08: | TWikibug:Item7550![]() ![]() |
2013-10-30: | TWikibug:Item7374![]() ![]() |
2013-10-21: | TWikibug:Item7374![]() ![]() |
2013-09-18: | TWikibug:Item7348![]() ![]() |
2013-08-27: | TWikibug:Item7326![]() ![]() |
2013-08-26: | TWikibug:Item7325![]() ![]() |
2013-06-10: | TWikibug:Item7280![]() |
2013-05-17: | TWikibug:Item7258![]() ![]() |
2013-05-05: | TWikibug:Item7249![]() ![]() |
2013-05-02: | TWikibug:Item7249![]() ![]() |
Dependencies: | |
Plugin Home: | http://twiki.org/cgi-bin/view/Plugins/AutoSectionsPlugin![]() |
Feedback: | http://twiki.org/cgi-bin/view/Plugins/AutoSectionsPluginDev![]() |
Appraisal: | http://twiki.org/cgi-bin/view/Plugins/AutoSectionsPluginAppraisal![]() |
Related Topics: TWikiPlugins, DeveloperDocumentationCategory, TWikiPreferences
I | Attachment | History | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|---|
![]() |
autosections-demo.png | r1 | manage | 62.7 K | 2013-06-10 - 08:02 | TWikiContributor | |
![]() |
autosections-editing.png | r1 | manage | 46.5 K | 2013-08-26 - 10:35 | TWikiContributor |