Edgewall Software

Changes between Version 37 and Version 38 of WikiPageNames


Ignore:
Timestamp:
Sep 13, 2016, 12:49:16 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

WikiCreole is no longer a "new" feature. Document available options in [wiki] section.

Legend:

Unmodified
Added
Removed
Modified
  • WikiPageNames

    v37 v38  
    2020   and with a label: [wiki:"Space Matters" all about white space]
    2121 * or simply: ["WikiPageName"]s
    22  * even better, the new [[WikiCreole link style]]
     22 * even better, the [[WikiCreole link style]]
    2323   and with a label: [[WikiCreole link style|WikiCreole style links]]
    2424}}}
     
    3030   and with a label: [wiki:"Space Matters" all about white space]
    3131 * or simply: ["WikiPageName"]s
    32  * even better, the new [[WikiCreole link style]]
     32 * even better, the [[WikiCreole link style]]
    3333   and with a label: [[WikiCreole link style|WikiCreole style links]]
    3434
    3535It is possible to link to a specific ''version'' of a Wiki page as you would do for a specific version of a file, for example: WikiStart@1.
    3636
    37 You can also prevent a !CamelCase name from being interpreted as a [TracLinks link] by quoting it with an exclamation mark: `!CamelCase`. See TracLinks#EscapingLinks.
     37You can prevent a !CamelCase name from being interpreted as a [TracLinks link] by quoting it with an exclamation mark: `!CamelCase`. See TracLinks#EscapingLinks.
    3838
    39 As in the example above, you can also append an anchor to a Wiki page name to link to a specific section within that page. The anchor can be seen by hovering the mouse over a section heading, then clicking on the [[html(¶)]] sign that appears at its end. The anchor is usually generated automatically, but it is also possible to specify it explicitly: see WikiFormatting#using-explicit-id-in-heading.
     39As in the example above, you can append an anchor to a Wiki page name to link to a specific section within that page. The anchor can be seen by hovering the mouse over a section heading, then clicking on the [[html(¶)]] sign that appears at its end. The anchor is usually generated automatically, but it is also possible to specify it explicitly: see WikiFormatting#using-explicit-id-in-heading.
     40
     41There are a few options that govern the rendering of WikiPageNames:
     42* CamelCase linking to missing pages can be disabled with the `ignore_missing_pages` [https://trac.edgewall.org/wiki/TracIni#wiki-section option]. Linking to missing pages is enabled by default.
     43* The `split_page_names` option, when enabled, will split CamelCase words when rendering a link. For example, WikiStart will be rendered as [WikiStart Wiki Start].
    4044
    4145----