1====== codebuttonmod2 Plugin ======
2
3---- plugin ----
4description: Inserts two code buttons into the toolbar. Include code copy-to-clipboard feature
5author     : david-it
6email      : davide.rolando@gmail.com
7type       : action
8lastupdate : 2020-02-18
9compatible :
10depends    :
11conflicts  :
12similar    : codebuttonmod1, codebutton, custombuttons
13tags       : button, code, toolbar
14
15downloadurl: https://github.com/david-it/dokuwiki_plugin_codebutton/archive/v1.2.3.zip
16bugtracker :
17sourcerepo : https://github.com/david-it/dokuwiki_plugin_codebutton/tree/featureCopyCode2Clipboard
18donationurl:
19
20screenshot_img : https://i.paste.pics/bbc7fe5a531b5069f722efd954af619b.png
21----
22
23===== Installation =====
24
25Install the plugin over the webfrontend by using the url:
26
27https://github.com/david-it/dokuwiki_plugin_codebutton/archive/v1.2-beta.zip
28
29===== Usage =====
30
31== Markup ==
32
33Two new buttons are included in the toolbar.
34The first button include the functionalities of codebuttonmod1 (download link by default): "''<code | download>Insert_Code</code>''"
35
36The second button adds a simple "''<code>Insert_Code</code>''" markup.
37The third button adds "''%%Insert_Code%%''" for inline code.
38
39== Published pages ==
40
41With a left click on the code blocks the code is copied to the clipboard.
42
43
44=== Author ===
45  * Davide Rolando (Mod 2) [[https://github.com/david-it/dokuwiki_plugin_codebutton|Plugin on GitHub]]
46  * Georg Schmidt (Mod 1) [[https://github.com/user9209/dokuwiki_plugin_codebutton|Plugin on GitHub]]
47  * Heiko Barth (Original) [[https://github.com/casperklein/dokuwiki_plugin_codebutton|Plugin on GitHub]]
48
49=== Change Log ===
50  * **2020-02-18**
51    * Bug fix and button for inline code included (v1.2.3)
52  * **2020-02-07**
53    * Plugin "disabled" for any action mode (v1.2.1-beta)
54  * **2020-02-01**
55    * First release (v1.2-beta)
56  * **2020-02-01**
57    * Fork from [codebutton](https://www.dokuwiki.org/plugin:codebutton)
58
59=== Known Bugs and Issues ===
60
61  * v1.2.1-beta: Conflict with CodeMirror plugin