Table of Contents
Backlinks Plugin
Compatible with DokuWiki
- 2024-02-06 "Kaos" unknown
- 2023-04-04 "Jack Jackrum" yes
- 2022-07-31 "Igor" yes
- 2020-07-29 "Hogfather" yes
Similar to backlinks-old
Installation
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
Configuration
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.
Syntax
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}}
FAQ
- Why are my pages not showing up? Probably your wiki index is out of date, refresh the index.
- Are the links sortable ? (ie: alphabetically) No.
Demo
See https://wild-water.nl/dokuwiki/beschrijvingen/regio/jura for an example
Changelog
The complete changelog is available on GitHub
- Update CI.yml (#45) (2024-09-17 17:45)
- Update maintenance.yml (2023-11-19 15:19)
- 🤖 Rector and PHPCS fixes (#42) (2023-11-08 22:02)
- Update phpCS.yml (2023-11-08 16:18)
- Update CI.yml (2023-11-08 16:18)
- add autofixer (2023-11-08 15:57)
- Bump actions/checkout from 3 to 4 (#41) (2023-09-11 08:18)
- update issue template to current GH convention (2023-08-14 12:06)