Version 15 (modified by 7 years ago) (diff) | ,
---|
Contents
Embed foldable structures in wiki pages
Description
This plugin allows you to embed foldable structures in wiki pages, in the style of the Trac ticket attachments foldable structure. The plugin utilizes two macros: one to denote the start of a foldable structure, and one to denote the end of the structure. Foldable text supports WikiFormatting and nested folds, so long as spacing is accomplished by the former.
Note: There exists a 0.11 branch of this plugin, but it does not work with Trac 0.11. See #8942 for more details.
See also: FoldMacroProcessorMacro
Bugs/Feature Requests
Existing bugs and feature requests for CollapsiblePlugin are here.
If you have any issues, create a new ticket.
defect |
3 / 8 |
||
---|---|---|---|
enhancement |
0 / 1 |
Download
Download the zipped source from here.
Source
You can check out CollapsiblePlugin from here using Subversion, or browse the source with Trac.
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
Example
For structures with a title:
[[CollapsibleStart(Title-of-Structure)]] WikiFormatted text inside foldable structure. [[CollapsibleEnd]]
For structures without a title:
[[CollapsibleStart]] WikiFormatted text inside foldable structure. [[CollapsibleEnd]]
Feedback
Recent Changes
Author/Contributors/License
Author: codingking
Maintainer: codingking
Contributors:
Attachments (1)
-
Collapsible_Rendering.png (10.7 KB) - added by 13 years ago.
This shows how CollapsiblePlugin renders the fold structure title and body text. Click the arrow beside the title to toggle the expanded state.
Download all attachments as: .zip