[[PageOutline(2-5,Contents,pullout)]] = Underscore_Wiki_Page automatic linking = == Description == Makes Trac transform the !MediaWiki styled `Underscore_Wiki_Page` to a link automatically, as it does with `CamelCaseWikiPage`. == Bugs/Feature Requests == Existing bugs and feature requests for UnderscoreWikiPlugin are [report:9?COMPONENT=UnderscoreWikiPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=UnderscoreWikiPlugin&owner=shesek new ticket] or email to nadav \\at\\ humaninternals com. I'm also at #trac, usually with the nickname shsek, shesek or execute. == Download == Download the zipped source from [download:underscorewikiplugin here]. == Source == You can check out UnderscoreWikiPlugin from [http://trac-hacks.org/svn/underscorewikiplugin here] using Subversion, or [source:underscorewikiplugin browse the source] with Trac. == Installation == This is just a one-file plugin. You can simply put the [source:underscorewikiplugin/0.12/UnderscoreWiki.py UnderscoreWiki.py] file directly in your plugins directory. == Configuration == This plugin has two configuration options that can be set under the `[underscore-wiki]` section of TracIni. * '''ignore_missing_pages''' - Enable/disable highlighting `Underscore_Wiki_Page` links to missing pages. Defaults to false (not ignoring them, they'll be shown in grey with a question mark). * '''uppercase_in_words''' - Enable/disable using upper case letters in places other than first character of every word. Only `Foo_Bar` is supported by default, setting this to true adds support for `Foo_BAR`, `Foo_BaR`, `FOO_Bar`, etc. Defaults to false. This should look like: {{{ [underscore-wiki] ignore_missing_pages = true uppercase_in_words = false }}} == Example == Transforms every Foo_Bar ''(at least two words, each word must start with an upper case letter)'' into a link to a wiki page. == Recent Changes == [[ChangeLog(underscorewikiplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:shesek][[BR]] '''Maintainer:''' [wiki:shesek] [[BR]] '''Contributors:'''