1# CodeButtonModBash Plugin - Toolbar to add bash Code Button
2
3
4
5### Description
6
7In the default toolbar there is no code button available. This plugin will add one.
8
9### Install
10
11**Mod bash version:**
12
13Search and install "codebuttonmodbash"
14
15or
16
17Install the plugin over the webfrontend by using the url:
18https://github.com/user9209/dokuwiki_plugin_codebutton/archive/master.zip
19
20
21**Other mods (untested)**
22
23By david-it:
24https://github.com/david-it/dokuwiki_plugin_codebutton/releases/tag/v1.2.3
25
26By RottenRonnie:
27https://github.com/RottenRonnie/dokuwiki_plugin_codebutton/archive/master.zip
28
29By AnonTester:
30https://github.com/AnonTester/dokuwiki_plugin_codebutton/archive/master.zip
31
32**Orginal Version:**
33
34Search and install "codebuttonmod1"
35
36### Author
37- Simon Jacob (Mod Bash) [Plugin on GitHub](https://github.com/unimetal/dokuwiki_plugin_codebuttonmodbash)
38- Georg Schmidt (parts of Mod 1) [Plugin on GitHub](https://github.com/user9209/dokuwiki_plugin_codebutton)
39- Heiko Barth (Original) [Plugin on GitHub](https://github.com/casperklein/dokuwiki_plugin_codebutton)
40
41## Mod bash contents
42- Default title is set to "$this->getLang('insertcode')"
43- code.png icon replaced with codebash.png
44- Added codeStr Parameter to modify <code=$codeStr>...</code> in config.
45
46### parts from Mod 1
47- *file* has been replaced by **code**
48- *Placeholder text* can select by a **single double click**.
49- **plugin.info.txt** for easy setup using a named zip file
50