Modify ↓
Opened 20 years ago
Closed 19 years ago
#2541 closed task (fixed)
Anchors aren't described in TracLinks
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10 |
| Component: | wiki system | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Attachments (0)
Change History (9)
comment:1 by , 20 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 20 years ago
| Component: | general → wiki |
|---|---|
| Priority: | normal → low |
| Severity: | normal → minor |
| Version: | 0.9.2 → devel |
comment:3 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:4 by , 20 years ago
| Priority: | low → normal |
|---|---|
| Resolution: | fixed |
| Severity: | minor → normal |
| Status: | closed → reopened |
This ought to be documented in the TracLinks page, which is supposed to document all link conventions. (Compare with the link help page from moinmoin for example).
comment:5 by , 20 years ago
| Keywords: | helpwanted added |
|---|---|
| Type: | defect → task |
TracLinks is a wiki page, users are welcomed to add their contribution to the documentation!
comment:6 by , 20 years ago
The TracLinks page is currently set to read-only. If you change it, I'll update it.
comment:7 by , 20 years ago
| Owner: | changed from to |
|---|---|
| Status: | reopened → new |
Removing the 'anonymous' owner
comment:8 by , 19 years ago
| Keywords: | helpwanted removed |
|---|---|
| Milestone: | → 0.10 |
That documentation rather belongs to WikiPageNames, but I added a link to it from TracLinks.
comment:9 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Anchor markers appear when you hover the mouse over a line containing a heading. The anchor name is the smashed-together CamelCase version of the title, with everything but letters, digits, dots, dashes, and colons stripped from the string. (See http://projects.edgewall.com/trac/browser/trunk/trac/wiki/formatter.py?rev=2721#L396 for full details on how the anchors are constructed.) For example, the "Font Styles" section of the WikiFormatting page is located at http://projects.edgewall.com/trac/wiki/WikiFormatting#FontStyles, which you can link to from the wiki like this:
WikiFormatting#FontStyles. Is this the documentation you were looking for, or is there something else?