wiki:WikiExtrasPlugin

Version 3 (modified by Mikael Relbe, 13 years ago) (diff)

Wiki markup (|name|) equiv with Icon macro

Wiki Extras for Trac

Description

This plugin is made for the upcoming Trac 0.13, and will be updated along with changes to Trac 0.13dev! (This plugin should work with Trac 0.12, but the visual impression will not be as intended.)

This plugin extends the Trac Wiki in several ways:

  • Layout information on wiki pages using boxes. Four wiki processors are defined for creating boxes:
    • box -- The core box processor.
    • rbox -- Display a right aligned box to show side notes and warnings etc. This will probably be the most used box.
    • newsbox -- Display news in a right aligned box. (This box corresponds to the well-known NewsFlashMacro)
    • imagebox -- Display a single image with caption in a centered box.
  • Decorate wiki pages with a huge set of modern icons via wiki markup (|name|), or the equivalent Icon macro, and as smileys (smiley characters are configurable).
  • Decorate wiki text with the Color macro.
  • Automatic highlighting of attentional phrases like FIXME and TODO (configurable).
  • HTML 4.0 entities (named entities and numerical entities). (Same as in WikiGoodiesPlugin)
  • Automatic replacement of common text idioms by their corresponding symbols (e.g. arrows, fractions, etc.) (Same as in WikiGoodiesPlugin, but configurable.)

Each feature can be disabled individually if needed.

The Fugue icon library, with more than 3.000 icons, is contained in this plugin for convenience (though installation time is taking a hit). The icons are released under Creative Commons Attribution 3.0 license, and can be used for any commercial or personal projects, but you may not lease, license or sublicense the icons. Some icons are Copyright (C) Yusuke Kamiyamane.

See Also

The WikiGoodiesPlugin, EmoticonsPlugin, ColorMacro and NewsFlashMacro.

Bugs/Feature Requests

Existing bugs and feature requests for WikiExtrasPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:wikiextrasplugin here]. Code not yet uploaded!

Source

You can check out WikiExtrasPlugin from here using Subversion, or browse the source with Trac. Code not yet uploaded!

Example

There are 3 macros that can be used to show detailed instructions to wiki authors on how to use some of these features, suitable to be placed on one wiki page each:

  • WikiBoxes
    [[AboutWikiBoxes]]
    
  • WikiIcons
    [[AboutWikiIcons]]
    
  • WikiPhrases
    [[AboutWikiPhrases]]
    

Please also see the built in plugin documentation presented in the plugin admin panel of your Trac environment.

Recent Changes

18604 by jun66j5 on 2023-12-16 00:28:54
TracWikiExtras 1.3.2dev: fix sending non-bytes instance from boxes component (closes #14257)
18475 by rjollos on 2022-04-09 03:51:16
TracWikiExtras 1.3.2dev: Make compatible with Python 3

Refs #14133.

17609 by rjollos on 2019-12-03 12:38:29
TracWikiExtras 1.3.1: Tag version 1.3.1

Refs #13655.

(more)

Author/Contributors

Author: mrelbe
Maintainer: mrelbe
Contributors: cboos

This plugin is based on the WikiGoodiesPlugin by cboos.