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:

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 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/sectioneditplugin/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.

NOTE: It is vital that there is a space after the comma, and that the following text does not have any ', ' (comma-space) in it. (If do you want details, see #4124.)

Recent Changes

[5120] by gruenebe on 01/11/09 06:29:04

changed URLs to homepage.

[4768] by gruenebe on 11/11/08 15:53:20

Blue Border changed

[4767] by gruenebe on 11/11/08 15:52:14

Fixed a floating problem with TracNav? Plugin. Changed the warning image. Added border to box for more fancy look :)

[4760] by gruenebe on 11/09/08 16:20:47

WikiSyntax? given to NoteBox? is now formatted right.

Author/Contributors

Author: gruenebe
Contributors:

Attachments