Skip to content

Commit

Permalink
Add author-browser, pin-items, annotations-count
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Sep 14, 2024
1 parent 337d841 commit af842c4
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,26 @@ const plugins: PluginInfoBase[] = [
],
tags: ['integration'],
},
{
repo: 'Dominic-DallOsto/zotero-annotations-count',
releases: [
{
targetZoteroVersion: '7',
tagName: 'latest',
},
],
tags: ['interface', 'visualization'],
},
{
repo: 'Dominic-DallOsto/zotero-pin-items',
releases: [
{
targetZoteroVersion: '7',
tagName: 'latest',
},
],
tags: ['interface'],
},
{
repo: 'Dominic-DallOsto/zotero-reading-list',
releases: [
Expand Down Expand Up @@ -363,6 +383,16 @@ const plugins: PluginInfoBase[] = [
],
tags: ['integration'],
},
{
repo: 'StevenGLee/zotero-author-browser',
releases: [
{
targetZoteroVersion: '7',
tagName: 'latest',
},
],
tags: ['visualization'],
},
{
repo: 'syt2/zotero-addons',
releases: [
Expand Down

0 comments on commit af842c4

Please sign in to comment.