Changes between Version 20 and Version 21 of AutoWikifyPlugin


Ignore:
Timestamp:
Jun 22, 2015, 10:17:17 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • AutoWikifyPlugin

    v20 v21  
    4444
    4545|| '''Option''' || '''Description''' ||
    46 || `minimum_length=<int>` || Override the default minimum of 3 character long page names recognised.||
    47 || `explicitly_wikify=<name>[, <name> ...]` || Specify a list of names to explicitly wikify. ||
    48 || `exclude=<name>[, <name> ...]` || A list of names to exclude from autowikification. ||
     46|| `minimum_length = <int>` || Override the default minimum of 3 character long page names recognised.||
     47|| `explicitly_wikify = <name>[, <name> ...]` || Specify a list of names to explicitly wikify. ||
     48|| `exclude = <name>[, <name> ...]` || A list of names to exclude from autowikification. ||
    4949
    5050If you want to use the configuration options mentioned above, add the following section to `trac.ini`:
     
    5252{{{#!ini
    5353[autowikify]
    54 minimum_length=<number>
    55 explicitly_wikify=<comma-separated list of words>
    56 exclude=<comma-separated list of words>
     54minimum_length = <number>
     55explicitly_wikify = <comma-separated list of words>
     56exclude = <comma-separated list of words>
    5757}}}
    5858