Compatible with DokuWiki
Download and install the plugin using the Plugin Manager using the following URL.
Using the Plugin Manager is the recommended way. If you are manually installing, you need to rename the extracted directory to “nohighlight”. In that case, refer to Plugins on how to install plugins manually.
Changelog:
This plugin adds functionalities to deactivate search term highlightings.
For more details please read a forum topic Deactivating search term highlighting?.
The following options can be configured through the Configuration Manager.
You can set which types of search term highlighting functions to be disabled in wiki pages.
all| Value | Description |
|---|---|
all | Disables all highlighting features |
query | Disables highlighting by URL param ?s[]=term |
auto | Disables auto-highlighting by HTTP_REFERER info |
none | Disables nothing (DokuWiki default behavior) |
You can remove ”?s[]=term” part in search result link URLs by checking this option.
For skilled users only.
Users can select either “Use site-wide setting” or “Disable all highlighting features” by manually adding URL parameter ?nohighlight=0 or ?nohighlight=1.
Any feedback is welcome. Please use the Issue Tracker to send your feedback.