• Home
  • History
  • Annotate
Name
Date
Size
#Lines
LOC

..Today-

conf/H03-May-2018-84

lang/H03-May-2018-126

README.mdH A D07-Aug-2014724 2313

action.phpH A D07-Aug-20141.5 KiB5635

picker.pngH A D07-Aug-2014644

plugin.info.txtH A D07-Aug-2014259 87

script.jsH A D07-Aug-20142.3 KiB8143

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