wiki:NoteBoxPlugin

Version 18 (modified by Ryan J Ollos, 12 years ago) (diff)

Adoption request is pending.

Note boxes with icons

Description

NoteBox Plugin will render a HTML-DivContainer in different colors with different Icons.
The following containers are possible:

  • [[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:

No image "notebox_preview_v0.1.png" attached to NoteBoxPlugin

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

Bugs/Feature Requests

Existing bugs and feature requests for NoteBoxPlugin are here.

If you have any issues, create a new ticket.

Download / Source

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

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

Installation

  1. Unzip the code and type
    $>python setup.py install
    
  2. or use easy_install as below then, restart web server, finally enable it at admin/general/plugins
    easy_install http://trac-hacks.org/svn/noteboxplugin/0.11
    

Example

Use either

  • [[NoteBox(warn, my Text)]]
  • [[NoteBox(tip, my Text)]]
  • [[NoteBox(note, my Text)]]

where my Text can be replaced with your text.

Recent Changes

ChangeLog macro failed
No node noteboxplugin at revision 18622

Author/Contributors

Author: gruenebe
Maintainer: AdoptingHacks request by rjollos is pending: #9738
Contributors: