forked from casperklein/dokuwiki_plugin_codebutton
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathPlugin.txt
More file actions
56 lines (41 loc) · 1.69 KB
/
Plugin.txt
File metadata and controls
56 lines (41 loc) · 1.69 KB
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
====== CodeButton Mod 1 Plugin (codebuttonmod1) ======
---- plugin ----
description: Inserts a code button into the toolbar.
author : Georg Schmidt
email : gs-develop@gs-sys.de
type : action
lastupdate : 2021-01-09
compatible : 2018-04-22b
depends :
similar : codebutton, custombuttons
tags : button, code, toolbar
downloadurl: https://github.com/user9209/dokuwiki_plugin_codebutton/archive/master.zip
bugtracker: https://github.com/user9209/dokuwiki_plugin_codebutton/issues
sourcerepo: https://github.com/user9209/dokuwiki_plugin_codebutton/
donationurl:
screenshot_img :
----
===== Installation =====
Search and install the plugin **"codebuttonmod1"** using the Extension Manager.
or
Install the plugin over the webfrontend by using the url:
https://github.com/user9209/dokuwiki_plugin_codebutton/archive/master.zip
===== Syntax and Usage =====
After 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.
=== Mod 1 contains ===
* Default title is set to "download"
* file has been replaced by code
* Placeholder text can select by a single double click.
* plugin.info.txt for easy setup using a named zip file
=== Author ===
* 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 ===
* **2021-01-09**
* Icon path fixed
* **2019-01-19**
* Update plugin name and id
* **2019-01-16**
* Fork from [codebutton](https://www.dokuwiki.org/plugin:codebutton)
=== Known Bugs and Issues ===
* not yet known