CollapsiblePlugin

Description

The CollapsiblePlugin allows one 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 said structure. Foldable text supports WikiFormatting and nested folds, so long as spacing is accomplished by the former.

Note: There exists a 0.11 branch, but this macro does not work with 0.11. See #8942 for more details.

Bugs/Feature Requests

Existing bugs and feature requests for CollapsiblePlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out CollapsiblePlugin from here using Subversion, or browse the source with Trac.

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

Are you using CollapsiblePlugin?
  • Yes, it's usefull. (codingking)
  • No, it's useless.
  • No, I don't need it.
  • I think it will help

Recent Changes

[8307] by codingking on 07/26/10 22:59:33

Added license to setup.py

[8306] by codingking on 07/26/10 22:53:35

Shortened description.

[8305] by codingking on 07/26/10 22:01:10

Fixed incorrectly named directory.

[8304] by codingking on 07/26/10 21:55:50

Added directory for Trac 0.12

Author/Contributors/License

Author: codingking
Maintainer: codingking
Contributors:
License: Apache 2.0

Attachments