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

..05-Apr-2025-

img/H26-Jun-2020-

README.mdH A D25-Jun-2020441 1710

action.phpH A D25-Jun-2020482 199

plugin.info.txtH A D25-Jun-2020253 87

script.jsH A D25-Jun-2020612 2614

style.cssH A D25-Jun-2020364 2219

README.md

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