wiki:SpoilerMacro

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

Cosmetic changes

Spoiler Macro

Description

This macro adds a "Spoiler!" button around text content of the macro so that it is hidden from view until you hit the button. This implements a concept that was mentioned on the trac-user mailing list and replicates this approach with some cleanups to make it work better as a macro. You can show or hide a particular spoiler by clicking on it. A button to show and hide all the spoilers is also injected into the page.

Bugs/Feature Requests

Existing bugs and feature requests for SpoilerMacro are here.

If you have any issues, create a new ticket.

defect

1 / 1

task

1 / 1

Download

Download the zipped source from [download:spoilermacro here].

Source

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

Installation

You can install this plugin using easy_install:

easy_install http://trac-hacks.org/svn/spoilermacro/0.12

Example

This is a [[Spoiler([wiki:WikiStart spoiler!])]].

{{{
#!Spoiler

This is a much bigger bit of spoiler info with [wiki:StartPage wiki markup]

And it's a lot more complicated

||it||even||has||
||a||table||inside||

}}}

You can see a video of this in action as well.

Recent Changes

16348 by rjollos on 2017-03-18 14:56:41
0.7: Conform to PEP8 and remove unused imports

The macro has been tested with Trac 1.2.

16326 by netjunki on 2017-03-13 01:49:42
cleaned up the insertion logic for the reveal all/hide all buttons; add them to the top and bottom of the page
13967 by rjollos on 2014-06-12 19:38:35
Added __init__.py. Fixes #11822.

Thanks to g1itch for reporting.

(more)

Author/Contributors

Author: netjunki
Maintainer: Benjamin Lau
Contributors: