Update scite-zotero-plugin for Zotero 7 main 1 parent4635f7acommitb9eacf5 File tree package.json pnpm-lock.yaml src index.ts plugins.ts 4 files changed +619 -694 lines changed package.json +7-7 Original file
Please note that the latest version of this plugin at V2.0 onwards only supports Zotero 7 and above. If you are looking for a plugin that supports Zotero 6, please use anearlier release like v.1.11.6. It currently lets you do two main things: ...
Premium - $192/1-year subscription Access to 100 scite reports and visualisations a month, with 1 custom dashboard, and the ability to search for supported and contrasted papers, with access to the browser extension and Zotero plugin!Access to unlimited reports, visualisations, dashboards, and...
Fixes bug in Z7 compatible plugin where column sorting broke because the numbers were being converted to strings This version is not backwards compatible. If you are using Zotero 6, please use the older release / XPI file here. Installation Instructions You only need to install once; it should...
declare const Zotero: IZotero declare const Components: any import { debug } from './debug' import { htmlencode, plaintext, getField, getDOI, isShortDoi } from './util' import { PLUGIN_ENABLED } from './config' import { sciteColumnsZotero7 } from './headers' import { isZotero7 ...