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

..28-Mar-2024-

image/H01-Mar-2020-11

lang/H01-Mar-2020-98

src/H01-Mar-2020-4922

Plugin.txtH A D18-Feb-20202 KiB6144

README.MDH A D18-Feb-20201.5 KiB4627

action.phpH A D18-Feb-20202.5 KiB8248

all.cssH A D18-Feb-20201.3 KiB6355

manager.datH A D18-Feb-2020128 32

plugin.info.txtH A D18-Feb-2020501 1614

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