Edgewall Software

Version 1 (modified by Jan Finell, 19 years ago) ( diff )

Added the first wiki-processor to the processor bazaar.

The Processor Bazaar

Looking for fresh wiki processor goodness for your Trac installation? Have you written a clever wiki-processor you're dying to share with the world? This is the place.

The wiki-processor bazaar is for sharing information about user-developed processors and links to source code and requests.

Note: Please state your name, email, and version of Trac your wiki-processor is developed for.


LegendBox

A wiki-processor for encapsulating wiki text inside a box. The box will have a legend and a modifiable color.

Example:

{{{
#!LegendBox
#!color: blue
#!legend: My Title
Here comes the actual text that will be inside the box.
You can even use wiki-formatting in here.
}}}

You can modify the default COLOR and LEGEND and the STYLE in the plugin file.
Download: http://projects.edgewall.com/trac/attachment/wiki/ProcessorBazaar/LegendBox.py
By: Jan Finell (finell at cenix-bioscience.com)
Required ver: > 0.8pre (though changing the import of the wiki_to_html function will make it work on older versions)


See also: WikiProcessors, MacroBazaar

Attachments (21)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.