Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | Today | - | ||||
conf/ | H | 03-May-2018 | - | 8 | 4 | |
lang/ | H | 03-May-2018 | - | 12 | 6 | |
README.md | H A D | 07-Aug-2014 | 724 | 23 | 13 | |
action.php | H A D | 07-Aug-2014 | 1.5 KiB | 56 | 35 | |
picker.png | H A D | 07-Aug-2014 | 644 | |||
plugin.info.txt | H A D | 07-Aug-2014 | 259 | 8 | 7 | |
script.js | H A D | 07-Aug-2014 | 2.3 KiB | 81 | 43 |
README.md
1 # Dokuwiki Color Picker plugin 2 3 The color picker plugin puts a button in the DokuWiki edit toolbar for inserting a `<color>` tag. 4 5 The available colors can be edited in the wiki settings. 6 7 This plugin needs the [color plugin][1] to work! 8 9 ## Installation 10 11 Put this folder in the lib/plugins folder in your DokuWiki directory. 12 13 Go to the configuration page and define your color scheme in the form of 14 15 Combination1=foreground/background 16 Combination2=foreground/background 17 Combination3=foreground/background 18 19 The combination name will be used as the title (shown on mouseover) for the picker button. 20 21 The button will only appaear, if there is a color scheme configured! 22 23 [1]: https://www.dokuwiki.org/plugin:color