Edgewall Software

Changes between Version 1 and Version 2 of 0.12/WikiPageNames


Ignore:
Timestamp:
Feb 28, 2010, 1:40:24 PM (14 years ago)
Author:
Christian Boos
Comment:

about anchors in names, modify the example given and rephrase the following sentence

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/WikiPageNames

    v1 v2  
    2626Starting with Trac 0.11, it's also 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.
    2727
    28 See also TracLinks#QuotingspaceinTracLinks.
     28You can also prevent a CamelCase name to be interpreted as a TracLinks, by quoting it. See TracLinks#EscapingLinks.
    2929
    30 Finally, and as exemplified in the line above, one can also append an anchor to a Wiki page name, in order to link to a specific section within that page. The anchor can easily 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's also possible to specify it explicitly: see WikiFormatting#using-explicit-id-in-heading.
     30As visible in the example above, one can also append an anchor to a Wiki page name, in order to link to a specific section within that page. The anchor can easily 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's also possible to specify it explicitly: see WikiFormatting#using-explicit-id-in-heading.
    3131----
    3232See also: WikiNewPage, WikiFormatting, TracWiki, TracLinks