Table of Contents

highlightparent Plugin

Compatible with DokuWiki

Greebo, Frusterick Manners, Elenor of Tsort

plugin Add “backto” links in the header of pages in subnamespaces of defined parent namespaces

Last updated on
2018-09-05
Provides
Action
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with namespace

A CosmoCode Plugin

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Configuration and Settings

Define the regex for the namespace you want to highlight. The pattern should capture the namespaces in the first match-group. You can match multiple namespaces. For example the regular expression ((?:product|projects):[^:]+?:).+ highlights the pages in the subnamespaces of both product and projects namespaces.

If the pattern is empty, the the startpage of the current namespace is highlighted. If the user is on a startpage, then the startpage of the parent namespace is highlighted.

Development

Changelog

Utilized DokuWiki Events