wiki:CollapsiblePlugin

Version 3 (modified by anonymous, 14 years ago) (diff)

--

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.

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 [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

18570 by stoecker on 2023-10-25 11:47:22
use onelinerformater to prevent paragraph, add collapsibleplugin class to allow easier customization
18569 by stoecker on 2023-10-25 08:08:44
drop comment
18568 by stoecker on 2023-10-25 08:02:11
ready for Trac 1.6, fix #12187, fix #14155, fix #14162, fix #13957
(more)

Author/Contributors

Author: codingking
Maintainer: codingking
Contributors:

Attachments (1)

Download all attachments as: .zip