1====== CodeButton Mod 1 Plugin (codebuttonmod1) ======
2
3---- plugin ----
4description: Inserts a code button into the toolbar.
5author     : Georg Schmidt
6email      : gs-develop@gs-sys.de
7type       : action
8lastupdate : 2021-01-09
9compatible : 2018-04-22b
10depends    :
11similar    : codebutton, custombuttons
12tags       : button, code, toolbar
13
14downloadurl: https://github.com/user9209/dokuwiki_plugin_codebutton/archive/master.zip
15bugtracker: https://github.com/user9209/dokuwiki_plugin_codebutton/issues
16sourcerepo: https://github.com/user9209/dokuwiki_plugin_codebutton/
17donationurl:
18
19screenshot_img :
20----
21
22===== Installation =====
23
24Search and install the plugin **"codebuttonmod1"** using the Extension Manager.
25
26or
27
28Install the plugin over the webfrontend by using the url:
29
30https://github.com/user9209/dokuwiki_plugin_codebutton/archive/master.zip
31
32===== Syntax and Usage =====
33
34After installation you'll find a new button at the end of your regular toolbar. Use them to add "''<code>Insert_Code</code>''" to your DokuWiki markup.
35
36=== Mod 1 contains ===
37  * Default title is set to "download"
38  * file has been replaced by code
39  * Placeholder text can select by a single double click.
40  * plugin.info.txt for easy setup using a named zip file
41
42=== Author ===
43  * Georg Schmidt (Mod 1) [[https://github.com/user9209/dokuwiki_plugin_codebutton|Plugin on GitHub]]
44  * Heiko Barth (Original) [[https://github.com/casperklein/dokuwiki_plugin_codebutton|Plugin on GitHub]]
45
46=== Change Log ===
47  * **2021-01-09**
48    * Icon path fixed
49  * **2019-01-19**
50    * Update plugin name and id
51  * **2019-01-16**
52    * Fork from [codebutton](https://www.dokuwiki.org/plugin:codebutton)
53
54=== Known Bugs and Issues ===
55
56  * not yet known