1# dokuwiki-plugin-codeclipboard
2
3With this plugin enabled you can copy code block content within the frontend
4with a simple button.
5
6![screenshot](img/screenshot.png)
7
8## Design
9
10Based on an Action plugin it will load a javascript code that uses jQuery
11to call the copy command on a fake textarea.
12
13## HowTo
14
15Install from the extension page within your Dokuwiki configuration page or
16decompress in your plugin folder `/dokuwiki/lib/plugins`
17