wiki:KeywordReplacePlugin

Version 7 (modified by Bangyou Zheng, 13 years ago) (diff)

--

KeywordReplacePlugin

Description

Replace keywords with any wiki format from a table in a Wiki page (Default as KeywordReplace). Based on AcronymsPlugin.

It is very boring and time consuming frequently to input units, links, etc. This simple plugin make typewriting simply. KeywordReplacePlugin is similar with AcronymsPlugin, but more general.

Bugs/Feature Requests

Existing bugs and feature requests for KeywordReplacePlugin are here.

If you have any issues, create a new ticket.

Download

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

Source

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

Configuration

Create a Wiki page holding your keyword definitions (default as KeywordReplace).

In trac.ini add the following section to make the plugin aware of this storage page:

[replace]
page = KeywordReplace

The storage page is KeywordReplace by default if not specified in trac.ini.

Example

The following keyword definition table. The first column is defied keywords and the second column is values. The any wiki format could be input in the second column.

||= keywords =||= replace =||
||CO2       ||CO,,2,,                         ||
||m-2_s-1   ||m^-2^ s^-1^                     ||
||Google    ||[http://www.google.com Google]  ||
||oC        ||^o^C                            ||
||m-2       ||m^-2^                           ||
||Wheat     ||[wiki:Wheat Wheat]              ||
||C3        ||C,,3,,                          ||
||t_ha-1    ||t ha^-1^                        ||

The keywords in the first column would be replaced by values in the second column.

Recent Changes

17654 by rjollos on 2020-01-11 07:26:54
TracKeywordReplace 1.0dev: Make compatible with Trac 1.0+

Refs #13726.

17653 by rjollos on 2020-01-11 07:24:28
TracKeywordReplace 1.0dev: Branch for Trac 1.0

Refs #13726.

17652 by rjollos on 2020-01-11 07:23:35
TracKeywordReplace 0.1dev: Conform to PEP8
(more)

Author/Contributors

Author: helend
Maintainer: helend
Contributors:

Attachments (1)

Download all attachments as: .zip