[[PageOutline(2-5,Contents,pullout)]] = Automatically creates links for all known Wiki pages == 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 [wiki: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 [report:9?COMPONENT=AutoWikifyPlugin here]. If you have any issues, create a [/newticket?component=AutoWikifyPlugin new ticket]. [[TicketQuery(component=AutoWikifyPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:autowikifyplugin here]. == Source You can check out AutoWikifyPlugin from [/svn/autowikifyplugin here] using Subversion, or [source:autowikifyplugin 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: {{{#!ini [components] tracautowikify.* = enabled ... }}} == Configuration The AutoWikifyPlugin has three configurable options in the `autowikify` section of `trac.ini`: || '''Option''' || '''Description''' || || `minimum_length = ` || Override the default minimum of 3 character long page names recognised.|| || `explicitly_wikify = [, ...]` || Specify a list of names to explicitly wikify. || || `exclude = [, ...]` || 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`: {{{#!ini [autowikify] minimum_length = explicitly_wikify = exclude = }}} == Recent Changes [[ChangeLog(autowikifyplugin, 3)]] == Author/Contributors '''Author:''' [wiki:athomas] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' jun66j5