Lists all pages that link back to a given page using the first headline as link title
Compatible with DokuWiki
Similar to backlinks-old
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Note if you came here looking for the old, unmaintained and unspported plugin it is now available at Backlinks-old Plugin
The plugin uses the built-in DokuWiki functions to generate the backlinks list. You can use the config-variable hidepages config option to suppress pages from being listed.
The plugin uses the wiki index, if you have to use nocache your index is out of date.
The syntax is as follows:
{{backlinks>wiki:page}}
You can list the backlinks to the current page by using:
{{backlinks>.}}
You can include pages from and below a certain namespace only using:
{{backlinks>.#include}}
Where include
is an absolute namespace.
You can exclude pages from and below a certain namespace only using:
{{backlinks>.#!exclude}}
See https://wild-water.nl/dokuwiki/beschrijvingen/regio/jura for an example
The complete changelog is available on GitHub