Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more Zotero plugins. #131

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all 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
128 changes: 128 additions & 0 deletions src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
*/
// @keep-sorted { "keys": ["repo", "tags"] }
const plugins: PluginInfoBase[] = [

Check failure on line 15 in src/plugins.ts

View workflow job for this annotation

GitHub Actions / Lint / build

[keep-sorted] fix: Keep sorted
{
repo: '018/zotcard',
releases: [
Expand Down Expand Up @@ -63,6 +63,20 @@
],
tags: ['metadata'],
},
{
repo: 'CentreForDigitalHumanities/lidia-zotero',
releases: [
{
targetZoteroVersion: '7',
tagName: 'latest',
},
{
targetZoteroVersion: '6',
tagName: 'latest',
},
],
tags: ['others'],
},
{
repo: 'ChenglongMa/zoplicate',
releases: [
Expand All @@ -83,6 +97,30 @@
],
tags: ['integration'],
},
{
repo: 'dcartertod/zotero-plugins',
releases: [
{
targetZoteroVersion: '7',
tagName: 'latest',
},
],
tags: ['others']

Check failure on line 108 in src/plugins.ts

View workflow job for this annotation

GitHub Actions / Lint / build

Missing trailing comma
},
{
repo: 'diegodlh/zotero-cita',
releases: [
{
targetZoteroVersion: '7',
tagName: 'v1.0.0-beta.0',
},
{
targetZoteroVersion: '6',
tagName: 'latest',
}

Check failure on line 120 in src/plugins.ts

View workflow job for this annotation

GitHub Actions / Lint / build

Missing trailing comma
],
tags: ['others']

Check failure on line 122 in src/plugins.ts

View workflow job for this annotation

GitHub Actions / Lint / build

Missing trailing comma
},
{
repo: 'Dominic-DallOsto/zotero-reading-list',
releases: [
Expand Down Expand Up @@ -183,6 +221,16 @@
],
tags: ['integration'],
},
{
repo: 'Juris-M/zotero-odf-scan-plugin',
releases: [
{
targetZoteroVersion: '6',
tagName: 'latest',
},
],
tags: ['metadata'],
},
{
repo: 'justinribeiro/zotero-google-scholar-citation-count',
releases: [
Expand All @@ -203,6 +251,16 @@
],
tags: ['integration'],
},
{
repo: 'lifan0127/ai-research-assistant',
releases: [
{
targetZoteroVersion: '6',
tagName: 'latest',
},
],
tags: ['others']

Check failure on line 262 in src/plugins.ts

View workflow job for this annotation

GitHub Actions / Lint / build

Missing trailing comma
},
{
repo: 'l0o0/jasminum',
releases: [
Expand Down Expand Up @@ -293,6 +351,16 @@
],
tags: ['favorite', 'metadata'],
},
{
repo: 'q77190858/zotero-pdf-background',
releases: [
{
targetZoteroVersion: '6',
tagName: 'latest',
},
],
tags: ['others']

Check failure on line 362 in src/plugins.ts

View workflow job for this annotation

GitHub Actions / Lint / build

Missing trailing comma
},
{
repo: 'redleafnew/delitemwithatt',
releases: [
Expand All @@ -313,6 +381,16 @@
],
tags: ['metadata'],
},
{
repo: 'retorquere/zotero-auto-index',
releases: [
{
targetZoteroVersion: '5',
tagName: 'latest',
},
],
tags: ['others']

Check failure on line 392 in src/plugins.ts

View workflow job for this annotation

GitHub Actions / Lint / build

Missing trailing comma
},
{
repo: 'retorquere/zotero-better-bibtex',
releases: [
Expand All @@ -323,6 +401,36 @@
],
tags: ['integration'],
},
{
repo: 'retorquere/zotero-cite-columns',
releases: [
{
targetZoteroVersion: '6',
tagName: 'latest',
},
],
tags: ['others']

Check failure on line 412 in src/plugins.ts

View workflow job for this annotation

GitHub Actions / Lint / build

Missing trailing comma
},
{
repo: 'retorquere/zotero-date-from-last-modified',
releases: [
{
targetZoteroVersion: '6',
tagName: 'latest',
},
],
tags: ['others']

Check failure on line 422 in src/plugins.ts

View workflow job for this annotation

GitHub Actions / Lint / build

Missing trailing comma
},
{
repo: 'retorquere/zotero-folder-import',
releases: [
{
targetZoteroVersion: '6',
tagName: 'latest',
},
],
tags: ['others']

Check failure on line 432 in src/plugins.ts

View workflow job for this annotation

GitHub Actions / Lint / build

Missing trailing comma
},
{
repo: 'retorquere/zotero-open-pdf',
releases: [
Expand All @@ -343,6 +451,16 @@
],
tags: ['metadata'],
},
{
repo: 'retorquere/zotero-storage-scanner',
releases: [
{
targetZoteroVersion: '6',
tagName: 'latest',
},
],
tags: ['attachment'],
},
{
repo: 'RoadToDream/ZotMeta',
releases: [
Expand Down Expand Up @@ -524,6 +642,16 @@
],
tags: ['visualization'],
},
{
repo: 'retorquere/zotero-debug-log',
releases: [
{
targetZoteroVersion: '6',
tagName: 'latest',
},
],
tags: ['others']
},
{
repo: 'syt2/zotero-addons',
releases: [
Expand Down