-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
57 lines (49 loc) · 2.74 KB
/
addon.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<xt:extensions xmlns:xt="http://www.oxygenxml.com/ns/extension"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.oxygenxml.com/ns/extension http://www.oxygenxml.com/ns/extension/extensions.xsd">
<xt:extension id="ClipboardEditorVariable">
<xt:location href="https://github.com/paginagmbh/oxygen-plugin_clipboard-editor-variable/releases/download/v0.0.2/clipboardEditorVariable-v0.0.2.zip"/>
<xt:version>0.0.2</xt:version>
<xt:oxy_version>15.0+</xt:oxy_version>
<xt:type>plugin</xt:type>
<xt:author>pagina GmbH Publikationstechnologien | www.pagina-online.de</xt:author>
<xt:name>${clipboard} editor variable for oXygen</xt:name>
<xt:description xmlns="http://www.w3.org/1999/xhtml">
<h1>${clipboard} editor variable for oXygen</h1>
<p>This plugin adds support for new editor variable ${clipboard} which can be used to access clipboard content in plain text.</p>
<p>When using ${clipboard} (e.g. in a code template) it will insert the contents from your clipboard in plain text.</p>
<p>The editor variable may be used in all contexts where oXygen allows to use editor variables. When using oXygen 18.1 or above it will also show up in the context menu of the "green arrow"" variable chooser!</p>
<hr/>
<h2>Changelog</h2>
<h3>Version 0.0.2 (2016-10-28)</h3>
<ul>
<li>Supports the new oXygen 18.1 API to display the ${clipboard} editor variable in all editor variable insertion dialogs</li>
</ul>
<h3>Version 0.0.1 (2016-04-08)</h3>
<ul>
<li>initial release</li>
</ul>
</xt:description>
<xt:license>
<![CDATA[
The MIT License (MIT)
Copyright (c) 2016 pagina GmbH (www.pagina-online.de)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
]]></xt:license>
</xt:extension>
</xt:extensions>