====== Emphasis Plugin ====== ---- plugin ---- description: Several degrees of text highlighting author : G. Uitslag email : klapinklapin@gmail.com type : syntax lastupdate : 2023-08-18 compatible : Elenor Of Tsort,Detritus,Angua, Adora Belle, Weatherwax, Binky, Ponder Stibbons, Hrun, Frusterick Manners, Greebo, Hogfather, Igor, Jack Jackrum, Kaos depends : conflicts : similar : highlight, wrap, color tags : marking, highlight downloadurl: https://github.com/Klap-in/dokuwiki-plugin-emphasis/archive/master.zip bugtracker : https://github.com/Klap-in/dokuwiki-plugin-emphasis/issues sourcerepo : https://github.com/Klap-in/dokuwiki-plugin-emphasis/ donationurl: screenshot_img : :plugin:emphasis_defaultcolors.png ---- This plugin enables different ways of highlighting. Each one maps to a color in the plugin configuration. This is quite similar to other plugins with the difference that it allows some degrees of highlighting with very simple syntax. Supports [[ODT]]-export as well. ===== Usage ===== Using colons shows respectively bold green, yellow and red colored text, when using the default color set. ::font color:: :::text::: ::::text:::: Using semicolons shows respectively bold green, yellow and red backgrounded text, when using the default color set. ;;background color;; ;;;text;;; ;;;;text;;;; Please be aware that this plugin provides only text formatting, no section formatting. ===Example=== {{:plugin:emphasis_defaultcolors.png?500|Text and background colors}} ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. =====Configuration===== To style the different highlights you can modify the color settings in the [[plugin:config|configuration manager]]. You can set sequence of font colors and background colors. In the sequence the first color corresponds to ''::'', the second to '':::'', etc. You can set as many colors you like. The number of correct colors you had set, determines the maximum emphasis level you can use. ===Defaults=== Font colors: ''#009700, #ffb200, #ff0033''\\ Background colors: ''#009700, #ffea00, #ff0033'' =====Development===== * 2013-01-23 - Plugin rewritten. Now using wrapper syntax, adds background highlighting and configuration options. Adopted by [[user>Klap-in]] * 2007-02-10 - Created by [[foss@stefanix.net|Stefan Hechenberger]] ===Last commits=== {{rss>https://github.com/Klap-in/dokuwiki-plugin-emphasis/commits/master.atom date 5}} ====Issues and feature requests==== Please report your issues on the [[https://github.com/Klap-in/dokuwiki-plugin-emphasis/issues|issue tracker]].