wiki:AnchorMacro

Version 5 (modified by anonymous, 15 years ago) (diff)

--

Add an anchor to any text

Description

A macro to create an anchor to enable page cross reference. Normally, every heading has an anchor associated with it. You can use this macro, if there is no heading but you want to cross-reference a particular text element on a wiki page (e.g. a row in a table).

Bugs/Feature Requests

Existing bugs and feature requests for AnchorMacro are here.

If you have any issues, create a new ticket.

Installation

Copy the macro into your wiki global macro install folder, e.g. /usr/share/trac/wiki-macros or your local wiki macro repository. Set marco file ownership and permission level (e.g. 755) and restart the webserver.

Download

Download the zipped source from [download:anchormacro 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 created where the anchor is placed.

To reference an anchor on a wiki page create a link to

[wiki:SomePage#anchor link]

Recent Changes

15264 by rjollos on 2016-02-11 04:22:34
Remove unnecessary svn:mime-type on py files

svn:mime-type was set to "plain" for many files.

10981 by rjollos on 2011-12-01 11:04:06
Finally, svn revision is displayed on the web admin panel.
10980 by rjollos on 2011-12-01 10:57:46
Fixed typo.
(more)

Author/Contributors

Author: dkhijniak
Contributors: This marco derived from Color.py macro by David Roussel