====== No Highlight Plugin ====== ---- plugin ---- description: Disables search term highlightings author : Kazutaka Miyasaka email : kazmiya@gmail.com type : action lastupdate : 2012-08-05 compatible : Lemming, Anteater, Rincewind, Angua depends : conflicts : similar : tags : search, highlight downloadurl: https://github.com/kazmiya/dokuwiki-plugin-nohighlight/zipball/master bugtracker : https://github.com/kazmiya/dokuwiki-plugin-nohighlight/issues sourcerepo : https://github.com/kazmiya/dokuwiki-plugin-nohighlight/ ---- ===== Download and Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. * https://github.com/kazmiya/dokuwiki-plugin-nohighlight/zipball/master **Changelog**: {{rss>https://github.com/kazmiya/dokuwiki-plugin-nohighlight/commits/master.atom 5 date 1d}} ===== Overview ===== This plugin adds functionalities to deactivate search term highlightings. For more details please read a forum topic [[http://forum.dokuwiki.org/thread/4864|Deactivating search term highlighting?]]. ===== Configuration ===== ==== Site-Wide Settings ==== The following options can be configured through the [[:plugin:config|Configuration Manager]]. === disable_highlight === You can set which types of search term highlighting functions to be disabled in wiki pages. * Type: string * Default: ''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) | === remove_url_params === You can remove "''?s[]=term''" part in search result link URLs by checking this option. * Type: boolean * Default: 1 (checked) ==== Per-User Setting ==== :!: 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''. ===== Feedback ===== Any feedback is welcome. Please use the [[https://github.com/kazmiya/dokuwiki-plugin-nohighlight/issues|Issue Tracker]] to send your feedback.