wiki:WikiGoodiesPlugin

Version 2 (modified by Christian Boos, 18 years ago) (diff)

Removed patch for trunk, now merged in r2723

Wiki Goodies for Trac

Description

This plugin extends the Trac Wiki in several ways:

  • Support for displaying smileys, as in MoinMoin
  • Support for inserting HTML 4.0 entities (named entities and numerical entities)
  • Support for replacing common text idioms by their corresponding symbols (e.g. arrows, fractions, etc.)

Bugs/Feature Requests

Existing bugs and feature requests for WikiGoodiesPlugin are here.

If you have any issues, create a new ticket.

Download

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

Source

You can check out the source for WikiGoodiesPlugin from Subversion at http://trac-hacks.swapoff.org/svn/wikigoodiesplugin.

Example

There are 3 new macros that can be used to conveniently display all the newly introduced markup.

Simply copy&paste the following wiki snippet somewhere into your Wiki (e.g. in WikiFormatting):

== Additional Goodies ==
=== Smileys ===
[[ShowSmileys(5)]]
=== Entities ===
[[ShowEntities(5)]]
=== Symbols ===
[[ShowSymbols(5)]]

(the argument is the number of columns to be used in the displayed table)

For the entities, only the named ones are shown. For help on using the numerical entities, see for example those tips.

Known Issues

That plugin only works for now with Trac's trunk version (>= r2723, in order to support HTML entities).

The plugin will start to work with 0.9.x starting with Trac-0.9.3, which will be probably released only end of this week.

See Also

The EmoticonsPlugin also provides support for smileys, and is a little bit more lightweight than this plugin.

Author/Contributors

Author: cboos
Contributors:

TagIt(plugin,cboos,beta,0.9)?