[[PageOutline(2-5,Contents,pullout)]] = 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. Github version of plugin: https://github.com/manoyes/collapsibleplugin '''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: FoldMacro, FoldingMacro, FoldMacroProcessorMacro == Bugs/Feature Requests Existing bugs and feature requests for CollapsiblePlugin are [report:9?COMPONENT=CollapsiblePlugin here]. If you have any issues, create a [/newticket?component=CollapsiblePlugin new ticket]. [[TicketQuery(component=CollapsiblePlugin,group=type,format=progress)]] == Download Download the zipped source from [download:collapsibleplugin here]. == Source You can check out CollapsiblePlugin from [http://trac-hacks.org/svn/collapsibleplugin here] using Subversion, or [source:collapsibleplugin browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin 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 [[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 [[ChangeLog(collapsibleplugin, 3)]] == Author/Contributors/License '''Author:''' [wiki:codingking] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [[BR]]