Edgewall Software

Changes between Version 11 and Version 12 of CamelCase


Ignore:
Timestamp:
Feb 8, 2015, 4:09:32 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Fixed typo.

Legend:

Unmodified
Added
Removed
Modified
  • CamelCase

    v11 v12  
    77== Customizing the Wiki behavior
    88
    9 While Trac remains faithful to the original Wiki style, it provides a number of ways to accomodate users with different preferences:
     9While Trac remains faithful to the original Wiki style, it provides a number of ways to accommodate users with different preferences:
    1010 * To prevent the creation of a new link of a camel-cased word, prefix with '!': `!CamelCase`.
    1111 * To ignore links to missing pages when the link is written using the CamelCase style, that word can instead be replaced by a gray link followed by a question mark. This is useful in cases when CamelCase style is used to name code artifacts like class names and there's no corresponding page for them. This option can be set in `ignore_missing_pages` in the [wiki:TracIni#wiki-section "[wiki]"] section of TracIni.