Skip to content

ZotLit

Integrate with Zotero, create literature notes, and insert citations from a Zotero library.

The above warnings are based on limited information and might not always be accurate.

Data

IDzotlit
Authoraidenlx
Minimum Obsidian Version1.6.7
Official Release Date2023-10-04
Last update2026-05-07

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout May 25, 2026
Release acquisitionrelease metadata checked Jun 22, 2026; existing successful main.js cache reused

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2023-10-04Plugin Added
2024-01-27descriptionPlugin to integrate with Zotero, create literature notes, and insert citations from a Zotero library.Integrate with Zotero, create literature notes, and insert citations from a Zotero library.
2026-05-12authorAidenLxpkm-er
2026-05-12repoPKM-er/obsidian-zotlitpkm-er/obsidian-zotlit
2026-05-15authorpkm-eraidenlx
2026-05-15repopkm-er/obsidian-zotlitaidenlx/obsidian-zotlit
2026-05-15repoaidenlx/obsidian-zotlitaidenlx/zotlit

Repository Data

LicenseNot Found in package.json
Unrecognized in LICENSE file
Package Managerpnpm
Uses TypescriptYes
Installed BundlersNone found
Installed Testing FrameworksNone found
Has Test FilesNo
Latest Release main.js Size802 KB
Detected ES VersionES2022
Probably MinifiedYes
main.js API Findings12 disclosures
Uses BRAT beta releasesYes
DependenciesNo package.json found
Dev DependenciesNo package.json found

main.js API Findings

These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky APIs, but such APIs can be used safely if handled with care.

DisclosureDetected From
Adapter File AccessUses adapter-level vault filesystem APIs
Clipboard AccessReads or writes clipboard data
Cors Free Network AccessUses Obsidian request APIs
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache
Network AccessUses Node HTTP modules, Uses Obsidian request APIs
Node Filesystem AccessUses direct Node filesystem-related modules
Private Network AccessReferences localhost or private-network addresses
Process Or Shell AccessUses Node process or subprocess APIs
Vault File WriteWrites vault files
Worker UsageUses Worker APIs
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHighdynamic_code:function_constructor (1)
Uses direct Node filesystem-related modulesWarningHighbuffer (1), fs (15), fs/promises (3), node:fs (5)
Uses Node process or subprocess APIsWarningHighprocess.env (17), process.platform (13)
References localhost or private-network addressesWarningMedium0.0.0.0 (1), 127.0.0.1 (1), localhost (3)
Reads or writes clipboard dataInfoHighnavigator.clipboard.writeText (8)
Uses persistent browser storageInfoHighindexedDB.open (1), localStorage.getItem (1), localStorage.setItem (1), localStorage (4)
Uses Worker APIsInfoHighWorker (1)
Registers events, DOM handlers, or intervalsInfoHighrequestAnimationFrame (2), setInterval (1), setTimeout (11), this.registerEvent (13)
Reads Obsidian metadata cacheInfoHighapp.metadataCache (5)
References URLs or constructs URL objectsInfoHighhttp:// (31), https:// (14), URL (3)
Uses Node HTTP modulesInfoHighhttp (1)
Uses Obsidian request APIsInfoHighobsidian.requestUrl (2)
Registers plugin settings UIInfoHighthis.addSettingTab (1)
Accesses Obsidian vault APIsInfoHighapp.vault (11)
Uses adapter-level vault filesystem APIsInfoHighapp.vault.adapter (2)
Writes vault filesInfoHighapp.vault.createFolder (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (1)

The above data may not be accurate and contain errors. For more information refer to the page about data collection.

Lines of Code

The plugin has a total of 21656 lines of code. The following chart shows the lines of code split by programming language.

Downloads

The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.

Version History

VersionRelease DateNote
0.1.02022-09-26Prerelease, Released while not listed
0.1.12022-09-26Prerelease, Released while not listed
0.2.02022-10-01Prerelease, Released while not listed
0.3.12022-10-18Prerelease, Released while not listed
0.4.02022-10-21Prerelease, Released while not listed
1.0.02023-03-24Released while not listed
1.0.12023-03-27Released while not listed
1.0.22023-03-29Released while not listed
1.0.32023-05-03Released while not listed
1.0.42023-05-03Released while not listed
1.0.52023-05-10Released while not listed
1.0.62023-07-11Released while not listed
1.1.02023-10-05None
1.1.12023-10-06None
1.1.22023-10-07None
1.1.32023-10-30None
1.1.42023-11-01None
1.1.52024-03-21None
1.1.82024-07-23None
1.1.92024-11-20None
1.1.102025-03-21None
1.1.112025-08-19None
1.1.122026-05-07None

Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.