wiki:AutoWikifyPlugin

Automatically creates links for all known Wiki pages

Notice: This plugin is unmaintained and available for adoption.

Description

This plugin automatically creates links for all known Wiki pages, even those that are not in CamelCase.

For example, with this plugin enabled, the bare word plugin would be linked thus plugin. Autolinking a word can be disabled by prefixing the word with !, as is done for disabling autolinking of CamelCase wiki pages.

Bugs/Feature Requests

Existing bugs and feature requests for AutoWikifyPlugin are here.

If you have any issues, create a new ticket.

defect

6 / 7

enhancement

5 / 5

task

1 / 1

Download

Download the zipped source from here.

Source

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

Installation

To install the plugin, download the zipped file, unzip and place the egg in the plugins directory.

Then you will need to add the following entry to the components section of your trac.ini file:

[components]
tracautowikify.* = enabled
...

Configuration

The AutoWikifyPlugin has three configurable options in the autowikify section of trac.ini:

Option Description
minimum_length = <int> Override the default minimum of 3 character long page names recognised.
explicitly_wikify = <name>[, <name> ...] Specify a list of names to explicitly wikify.
exclude = <name>[, <name> ...] A list of names to exclude from autowikification.

If you want to use the configuration options mentioned above, add the following section to trac.ini:

[autowikify]
minimum_length = <number>
explicitly_wikify = <comma-separated list of words>
exclude = <comma-separated list of words>

Recent Changes

16766 by rjollos on 2017-08-26 03:01:45
TracAutoWikify 0.2: Run autopep8 on codebase
15264 by rjollos on 2016-02-11 04:22:34
Remove unnecessary svn:mime-type on py files

svn:mime-type was set to "plain" for many files.

14821 by rjollos on 2015-07-20 04:40:00
0.2: Require Trac >= 0.11.
(more)

Author/Contributors

Author: athomas
Maintainer: none (needsadoption)
Contributors: jun66j5

Last modified 8 years ago Last modified on Nov 16, 2015, 9:38:12 AM