Table of Contents
Emphasis Plugin
Compatible with DokuWiki
- 2023-04-04 "Jack Jackrum" yes
- 2022-07-31 "Igor" yes
- 2020-07-29 "Hogfather" yes
- 2018-04-22 "Greebo" yes
Similar to color, highlight, passwordgrey, wrap
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
Installation
Search and install the plugin using the 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 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 Klap-in
- 2007-02-10 - Created by Stefan Hechenberger
Last commits
- Update plugin.info.txt (2023-08-18 00:54)
- Merge pull request #17 from Miro-Collas/master (2023-08-18 00:50)
- Update font.php (2023-08-17 21:21)
- Merge pull request #13 from dokuwiki-translate/lang_update_921_153082… (2021-10-18 23:02)
- Merge pull request #14 from dokuwiki-translate/lang_update_1351_15705… (2021-10-18 23:02)
Issues and feature requests
Please report your issues on the issue tracker.