| ... | @@ -10,12 +10,12 @@ New words created by smashing together capitalized words. |
... | @@ -10,12 +10,12 @@ New words created by smashing together capitalized words. |
|
|
|
|
|
|
|
Some people dislike linking by [CamelCase](camel-case). While Trac remains faithful to the original Wiki style, it provides a number of ways to accomodate users with different preferences:
|
|
Some people dislike linking by [CamelCase](camel-case). While Trac remains faithful to the original Wiki style, it provides a number of ways to accomodate users with different preferences:
|
|
|
|
|
|
|
|
- There's an option (`ignore_missing_pages` in `[wiki]`) to simply ignore links to missing pages when the link is written using the [CamelCase](camel-case) style, instead of that word being replaced by a gray link followed by a question mark.
|
|
- There's an option (`ignore_missing_pages` in the [\[wiki\]](trac-ini#) section of [TracIni](trac-ini)) to simply ignore links to missing pages when the link is written using the [CamelCase](camel-case) style, instead of that word being replaced by a gray link followed by a question mark.
|
|
|
|
|
|
|
|
That can be useful when [CamelCase](camel-case) style is used to name code artifacts like class names and there's no corresponding page for them.
|
|
That can be useful when [CamelCase](camel-case) style is used to name code artifacts like class names and there's no corresponding page for them.
|
|
|
- There's an option (`split_page_names` in `[wiki]`) to automatically insert space characters between the words of a [CamelCase](camel-case) link when rendering the link.
|
|
- There's an option (`split_page_names` in the [\[wiki\]](trac-ini#) section of [TracIni](trac-ini)) to automatically insert space characters between the words of a [CamelCase](camel-case) link when rendering the link.
|
|
|
- Creation of explicit Wiki links is also easy, see [WikiPageNames](wiki-page-names) for details.
|
|
- Creation of explicit Wiki links is also easy, see [WikiPageNames](wiki-page-names) for details.
|
|
|
- In addition, Wiki formatting can be disabled completely in some places (e.g. when rendering commit log messages)
|
|
- In addition, Wiki formatting can be disabled completely in some places (e.g. when rendering commit log messages). See `wiki_format_messages` in the [\[changeset\]](trac-ini#) section of [TracIni](trac-ini).
|
|
|
|
|
|
|
|
|
|
|
|
|
See [TracIni](trac-ini) for more information on the available options.
|
|
See [TracIni](trac-ini) for more information on the available options.
|
| ... | | ... | |