Contents
Add an anchor to any text
This macro is deprecated for Trac 0.12. In 0.12 the functionality is available in Trac. See t:WikiFormatting#SettingAnchors for more details.
License: This macro currently does not have a license associated with it.
Description
A macro to create an anchor to enable cross reference to a location in a page. Normally, every heading has an anchor associated with it. You can use this macro even if there is no heading and you want to cross-reference a particular text element on a wiki page (e.g. a paragraph, row in a table or bullet in a list).
Bugs/Feature Requests
Existing bugs and feature requests for AnchorMacro are here.
If you have any issues, create a new ticket.
Installation
There are no special requirements for installation. See t:TracPlugins for generic installation information.
Download
Download the zipped source from here.
Source
You can check out AnchorMacro from here using Subversion, or browse the source with Trac.
Example
[[Anchor(anchor)]] - invisible anchor
or
[[Anchor(anchor, label)]] - visible anchor. A hyperlinked label is created where the anchor is placed.
To reference an anchor on a wiki page create a link to
[wiki:SomePage#anchor linkname]
Recent Changes
[10981] by rjollos on 12/01/11 12:04:06
Finally, svn revision is displayed on the web admin panel.
[10980] by rjollos on 12/01/11 11:57:46
Fixed typo.
[10979] by rjollos on 12/01/11 11:49:47
Added svn:keyword so that revision displays on the admin panel.
[10966] by rjollos on 12/01/11 10:50:07
Replaced source URL with Trac-hacks URL.
Author/Contributors
Author: dkhijniak
Maintainer: rjollos
Contributors: Derived from ColorMacro by diroussel

