wiki:AnchorMacro

Version 9 (modified by Ryan J Ollos, 14 years ago) (diff)

Added pageoutline.

Add an anchor to any text

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 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 macro 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
Maintainer: dkhijniak
Contributors: Derived from Color.py macro by David Roussel