Skip to content
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.json.bak

*node_modules*
*source-docx*
31 changes: 31 additions & 0 deletions sdkjs-plugins/content/zotero/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/*
* (c) Copyright Ascensio System SIA 2010-2025
*
* This program is a free software product. You can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License (AGPL)
* version 3 as published by the Free Software Foundation. In accordance with
* Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect
* that Ascensio System SIA expressly excludes the warranty of non-infringement
* of any third-party rights.
*
* This program is distributed WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For
* details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
*
* You can contact Ascensio System SIA at 20A-6 Ernesta Birznieka-Upish
* street, Riga, Latvia, EU, LV-1050.
*
* The interactive user interfaces in modified source and object code versions
* of the Program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU AGPL version 3.
*
* Pursuant to Section 7(b) of the License you must retain the original Product
* logo when distributing the program. Pursuant to Section 7(e) we decline to
* grant you any rights under trademark law for use of our trademarks.
*
* All the Product's GUI elements, including illustrations and icon sets, as
* well as technical writing content are licensed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International. See the License
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
34 changes: 17 additions & 17 deletions sdkjs-plugins/content/zotero/dist/bundle.es5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdkjs-plugins/content/zotero/dist/bundle.es5.js.map

Large diffs are not rendered by default.

4,974 changes: 2,731 additions & 2,243 deletions sdkjs-plugins/content/zotero/dist/bundle.modern.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdkjs-plugins/content/zotero/dist/bundle.modern.js.map

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions sdkjs-plugins/content/zotero/dist/edit-window.es5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdkjs-plugins/content/zotero/dist/edit-window.es5.js.map

Large diffs are not rendered by default.

299 changes: 153 additions & 146 deletions sdkjs-plugins/content/zotero/dist/edit-window.modern.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdkjs-plugins/content/zotero/dist/styles.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions sdkjs-plugins/content/zotero/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
<div class="flexCol controls-holder">
<div id="buttonsWrapper" class="flex" style="justify-content: space-between;">
<button id="insertLinkBtn" class="i18n" disabled>Insert Citation</button>
<button id="editCitationBtn" class="i18n" title="Edit the citation at the cursor position in the document.">Edit Citation</button>
<button id="settingsBtn" class="i18n"
title="Configure how citations will be formatted in your document.">
<svg width="14" height="14" viewBox="0 0 14 14" fill="currentcolor"
Expand All @@ -158,6 +159,7 @@
</div>
<button id="insertBibBtn" class="i18n">Insert Bibliography</button>
<button id="refreshBtn" class="i18n">Refresh</button>
<button id="cancelEditBtn" class="i18n hidden">Cancel Edit</button>
</div>
</div>
<div id="settingsState" class="hidden flexCol flexSize">
Expand Down
111 changes: 0 additions & 111 deletions sdkjs-plugins/content/zotero/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4962,7 +4962,7 @@
</if>
<else-if variable="publisher">
<group delimiter=": ">
<!-- <text text-case="capitalize-first" variable="publisher-place"/> -->
<text text-case="capitalize-first" variable="publisher-place"/>
<text text-case="capitalize-first" variable="publisher"/>
</group>
</else-if>
Expand All @@ -4988,7 +4988,7 @@
</if>
<else-if variable="publisher">
<group delimiter=": ">
<!-- <text variable="publisher-place"/> -->
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</else-if>
Expand All @@ -5010,7 +5010,7 @@
<choose>
<if variable="original-publisher">
<group delimiter=": ">
<!-- <text text-case="capitalize-first" variable="original-publisher-place"/> -->
<text text-case="capitalize-first" variable="original-publisher-place"/>
<text text-case="capitalize-first" variable="original-publisher"/>
</group>
</if>
Expand All @@ -5023,7 +5023,7 @@
<choose>
<if variable="original-publisher">
<group delimiter=": ">
<!-- <text variable="original-publisher-place"/> -->
<text variable="original-publisher-place"/>
<text variable="original-publisher"/>
</group>
</if>
Expand Down
Loading
Loading