wiki:CollapsiblePlugin

Version 9 (modified by figaro, 8 years ago) (diff)

Cosmetic changes

Embed foldable structures in wiki pages

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.

Github version of plugin: https://github.com/manoyes/collapsibleplugin

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.

defect

3 / 8

enhancement

0 / 1

Download

Download the zipped source from [download:collapsibleplugin 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

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

Recent Changes

17974 by rjollos on 2021-01-27 04:19:10
Make it initially collapsed

Fixes #12001.

13997 by rjollos on 2014-06-25 11:53:28
Fixed incorrect indentation (follow-on to [13774]) and removed unused imports. Fixes #11840.
13774 by rjollos on 2014-03-18 03:35:25
Converted tabs to spaces.
(more)

Author/Contributors/License

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

Attachments (1)

Download all attachments as: .zip