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