Changes between Version 11 and Version 12 of SpoilerMacro
- Timestamp:
- Feb 12, 2022, 4:08:10 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SpoilerMacro
v11 v12 5 5 == Description 6 6 7 This macro adds a "Spoiler!" button around textual 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. It replicates [http://css-tricks.com/examples/SpoilerRevealer/ this approach] with some cleanups to make it work better as amacro. 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.7 This macro adds a "Spoiler!" button around designated textual content on the wiki page so that it is hidden from view until you hit the button. It replicates [http://css-tricks.com/examples/SpoilerRevealer/ this approach] with some cleanups to make it work better as a Trac 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. 8 8 9 9 {{{ … … 25 25 26 26 You can see a [http://www.youtube.com/watch?v=TyuelS_e0Js video of this] in action as well. 27 28 See also: [[ListTagged(fold)]] 27 29 28 30 == Bugs/Feature Requests … … 46 48 == Installation 47 49 48 You can install this plugin using `easy_install`:50 Install this plugin as follows: 49 51 {{{ 50 52 pip install svn+https://trac-hacks.org/svn/spoilermacro/0.12