Changes between Initial Version and Version 1 of CollapsiblePlugin


Ignore:
Timestamp:
Jul 26, 2010, 7:16:39 PM (14 years ago)
Author:
codingking
Comment:

New hack CollapsiblePlugin, created by codingking

Legend:

Unmodified
Added
Removed
Modified
  • CollapsiblePlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= CollapsiblePlugin =
     4
     5== Description ==
     6
     7The 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.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for CollapsiblePlugin are
     12[report:9?COMPONENT=CollapsiblePlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=CollapsiblePlugin&owner=codingking new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:collapsibleplugin here].
     20
     21== Source ==
     22
     23You can check out CollapsiblePlugin from [http://trac-hacks.org/svn/collapsibleplugin here] using Subversion, or [source:collapsibleplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27For structures with a title:
     28
     29{{{
     30[[CollapsibleStart(Title-of-Structure)]]
     31
     32WikiFormatted text inside foldable structure.
     33
     34[[CollapsibleEnd]]
     35}}}
     36
     37For structures without a title:
     38
     39{{{
     40[[CollapsibleStart]]
     41
     42WikiFormatted text inside foldable structure.
     43
     44[[CollapsibleEnd]]
     45}}}
     46
     47== Recent Changes ==
     48
     49[[ChangeLog(collapsibleplugin, 3)]]
     50
     51== Author/Contributors ==
     52
     53'''Author:''' [wiki:codingking] [[BR]]
     54'''Maintainer:''' [wiki:codingking] [[BR]]
     55'''Contributors:'''