wiki:NoteBoxMacro

Note boxes with icons

Notice: This plugin is unmaintained and available for adoption.

Description

This macro will render an HTML div-container in its own color and its own icon. The following containers are supported:

[[NoteBox(warn, my Text)]]
will render a red div-container with the given Text and a stopsign-image
[[NoteBox(tip, my Text)]]
will render a green div-container with the given Text and a lightbulb-image
[[NoteBox(note, my Text)]]
will render a blue div-container with the given Text and a notepaper-image

It will look like this:

The parse_args function from the Trac API is used to parse the input, therefore commas must be escaped with a backslash (\). That is, the following replacement must be made: , -> \,. Everything in the second argument is interpreted as wiki markup, however, a second macro cannot be embedded within the macro.

See also: WikiExtrasPlugin

Bugs/Feature Requests

Existing bugs and feature requests for NoteBoxMacro are here.

If you have any issues, create a new ticket.

defect

5 / 5

enhancement

3 / 3

task

1 / 1

Download

Download the latest revision from here.

Source

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

Installation

For detailed installation steps, please refer to t:TracPlugins. The following steps should work for most Trac configurations:

  1. Unzip the code and type:
    python setup.py install
    

    or use easy_install:
    easy_install https://trac-hacks.org/svn/noteboxmacro/0.11
    
  2. Restart the web server.
  3. Enable it at admin/general/plugins.

If the plugin is installed and functioning correctly, you can see examples of its use at WikiMacros#NoteBox-macro.

Recent Changes

13676 by rjollos on 2014-02-19 10:51:59
Tagged version 1.0.
13675 by rjollos on 2014-02-19 10:50:48
Trimmed whitespace using reindent.py.
13600 by rjollos on 2014-01-21 06:06:55

1.0: Released version 1.0. Fixes #9907.

  • Renamed class from NoteBox to NoteBoxMacro.
  • Strip whitespace from arguments.
(more)

Author/Contributors

Author: gruenebe
Maintainer: none (needsadoption)
Contributors:

Last modified 8 years ago Last modified on Mar 25, 2016, 11:02:40 AM

Attachments (1)

Download all attachments as: .zip