Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
image/ | H | 01-Mar-2020 | - | 1 | 1 | |
lang/ | H | 01-Mar-2020 | - | 9 | 8 | |
src/ | H | 01-Mar-2020 | - | 49 | 22 | |
Plugin.txt | H A D | 18-Feb-2020 | 2 KiB | 61 | 44 | |
README.MD | H A D | 18-Feb-2020 | 1.5 KiB | 46 | 27 | |
action.php | H A D | 18-Feb-2020 | 2.5 KiB | 82 | 48 | |
all.css | H A D | 18-Feb-2020 | 1.3 KiB | 63 | 55 | |
manager.dat | H A D | 18-Feb-2020 | 128 | 3 | 2 | |
plugin.info.txt | H A D | 18-Feb-2020 | 501 | 16 | 14 |
README.MD
1# CodeButtonMod 2 Plugin - Toolbar Code Button 2 3 4 5### Description 6 7In the default toolbar there is no code button available. The plugin Mod 1 added one code button. 8The plugin Mod 2 adds a second additional button and includes a new feature for copying the code text to clipboard with a single click. 9 10### Install 11 12**Mod 2 version:** 13 14Install the plugin over the webfrontend by using the url: 15https://github.com/david-it/dokuwiki_plugin_codebutton/releases/tag/v1.2.3 16 17 18**Mod 1 version:** 19 20Install the plugin over the webfrontend by using the url: 21https://github.com/user9209/dokuwiki_plugin_codebutton/archive/master.zip 22 23**Orginal Version:** 24 25Search and install "codebutton" 26 27### Author 28 29- Davide Rolando (Mod 2) [Plugin on GitHub](https://github.com/david-it/dokuwiki_plugin_codebutton) 30- Georg Schmidt (Mod 1) [Plugin on GitHub](https://github.com/user9209/dokuwiki_plugin_codebutton) 31- Heiko Barth (Original) [Plugin on GitHub](https://github.com/casperklein/dokuwiki_plugin_codebutton) 32 33### Mod 1 contains 34 35- Default **title** is set to "download" 36- *file* has been replaced by **code** 37- *Placeholder text* can select by a **single double click**. 38- **plugin.info.txt** for easy setup using a named zip file 39 40### Mod 2 contains 41 42- The overlay of the Mod 1 additional button is changed to **Insert Code (Download)**. 43- An additional button **Insert Code (Copy)** is added to the toolbar. 44- An additional button **Insert Inline Code** is added to the toolbar. 45- New feature added: every *code* block can be copied to clipboard with a single click. 46