r/zotero

▲ 10 r/zotero

How do you handle physical books or scanned chapters in Zotero?

Zotero handles clean PDFs beautifully. Physical books, scanned chapters, course packets, and older printed material are harder.

For researchers using Zotero:

  1. Do you keep scans in Zotero at all?

  2. What matters most: OCR text, page image quality, ISBN/DOI metadata, annotations, or citation fields?

  3. If a bound book becomes a searchable PDF, what metadata would make it useful rather than clutter?

I’m looking at non-destructive scanning for owned/public-domain/permissioned material and trying to understand the real research workflow.

reddit.com
u/adldotori — 2 days ago
▲ 2 r/zotero

Is there any plugin for note taking?

Hi, can I use zotero for note taking like onenote? Not just writing but with apple pen or sth like that.
zotero has a pencil mode and a lot of themes. cloud sync is also perfect.

zotero can be a good app for note taking.

reddit.com
u/Ensargx — 2 days ago
▲ 61 r/zotero+40 crossposts

Ask questions across your Markdown notes using a fully local Graph RAG engine. Built for Obsidian vaults, works with any folder of Markdown files. Extracts entity-relation triples from wikilinks & YAML frontmatter, retrieves answers via hybrid search (vector + BM25 + temporal). Multilingual. No cloud. Runs on Ollama.

https://github.com/benmaster82/Kwipu

u/WritHerAI — 3 days ago
▲ 61 r/zotero

Claude research mode on Zotero library + 10GB storage free w/ Cloudflare

Hey folks! Just popping in the share a (pre) weekend open-source project…

I’ve been working with larger libraries (10k+ records) recently and have ended up rolling my own Zotero sync + full text search solution backed by Cloudflare. It gets you 10GB of cloud storage for free (under $20/mo for 1TB of PDFs) & exposes a remote MCP so Claude can actually use your library as a source in research mode.

All ive done is host a thin WebDAV <> S3 server using my homelab and tailscale. Then, on the same machine, I have a worker that ingests new PDFs (md conversion -> chunks -> embedding) and stores the vectors back in the same bucket with LanceDB.

Put a remote MCP server on there too which then you can use to connect the whole thing to Claude. Since, it’s a remote MCP server, the research mode can actually use it as a source. See attached picture.

Repo link: https://github.com/ElliotRoe/lit-bucket

u/gurgi414 — 3 days ago
▲ 19 r/zotero

DeepTutor update: ask questions across your Zotero library

Hi everyone,

It’s been a while since we last posted here.

About 7 months ago, we shared an early version of DeepTutor with the Zotero community. We got 200+ pieces of feedback from people here, and honestly, a lot of it shaped what we worked on next. Thank you to everyone who tried it, left comments, or kept sending us suggestions after the post.

Since then, DeepTutor has grown to 4,000+ users. Our team has been focused on making it fit better into real research workflows by listening closely to what researchers actually need.

DeepTutor started with PDF chat, but that is only one part of how people work with papers. In practice, you often need to move between papers, find a section you read months ago, check related work, translate part of a paper, or look at the code behind a project.

So the biggest update is auto context across your Zotero library. Whether your library has hundreds or thousands of files, instead of manually picking the right paper first, you can ask a broader question, and DeepTutor will try to find the relevant papers, files, and sections from your Zotero library. It also shows source highlights, so you can check where the answer is coming from.

We’ve also added arXiv search, auto-tagging, in-reader paper translation, code and notebook support, and links from papers to related GitHub repos.

DeepTutor is free to try. We also have a referral program that gives one free month of Pro.

You can try it here: https://deeptutor.knowhiz.us

We’d really appreciate feedback from Zotero users. Feel free to leave any comments! We’ll read and respond.

u/Street_Top504 — 3 days ago
▲ 18 r/zotero

We made a free/open-source tool that pulls citations straight from your Zotero library into code

Sharing something we built that leans heavily on Zotero, in case it's useful to anyone here.

Some background: part of our work involves ontologies — the big structured vocabularies behind biomedical and knowledge-graph data. Every claim in one is supposed to be backed by a real source, and matching those sources by hand is miserable. So we built Sci2Code, which uses your Zotero library as the source of truth:

  • Search your Zotero library from inside VSCode — type "heart", get your matching references instantly
  • Insert a proper, DOI-backed citation into the data with one click — author, year, journal, DOI all pulled through
  • Flags anything with no DOI and prompts you to add one, so you're not silently citing unverifiable sources

Basically it turns Zotero into the citation backbone for structured data instead of just a bibliography for a paper.

It's free and open source — repo's in the comments so you can see exactly what it does with your library. It's part of a larger ontology editor we're building, but the Zotero piece stands on its own.

Mostly posting to sanity-check the workflow: for those of you who use Zotero as a serious research backbone, does pulling citations out of Zotero into other tools like this match how you work? What would you want it to do?

u/RainThink6921 — 4 days ago
▲ 2 r/zotero

PDF reader - resize?

I like to resize the PDF reader with CTRL and the mouse wheel. A newly opened window seems remarkably insensitive and I have to resize the window before I can get that to work.

Has anyone else found this? Is there anything I can do about it?

reddit.com
u/Inevitable-Debt4312 — 5 days ago
▲ 7 r/zotero

Does a plugin exist that connects MS Word, Zotero, and local AI?

Hi everyone,

As a researcher, when I am trying to write my articles, I see myself spending way too much time going back and forth between my Zotero library and Microsoft Word. But I find myseld there is this repetitive task of constant copying, pasting, and manual formatting of text, tables, and headings. Sometimes when doing all these tasks, I tend to forget what the original idea was. So I decided to stitch together a solution as a hobby project.

Right now, I am working on a setup using a Word plugin that talks to a local LLM running completely offline on my machine. To avoid the hallucination problem, I hooked it up to the Zotseek plugin to pull context directly from my Zotero library via the API. It uses semantic search to grab the exact facts from my indexed articles, so the AI actually sticks to the data in my library. As a bonus, the Word plugin automatically parses the markdown output from the LLM and formats it directly into native Word styles, like proper headings, tables, and equations, without me needing to click around.

I am now working on automated references so that the context pulled from my Zotero library can be inserted directly into the LLM-generated content at the relevant positions, following specific citation styles like APA or IEEE. After that, the bibliography can be generated at the end on demand, linked directly to those inserted citations. Once this feature is implemented, my tool will be complete.

So far, the tool is doing exactly what I need: it retrieves the right information from my Zotero library, pulls it into Word, and formats it so I can immediately build out the draft. I don't see it as a full-fledged writing assistant since it is still in a very preliminary stage. But before I go any further with cleaning up the code or adding features, I wanted to ask: does something like this already exist for Word? I could not find a local RAG tool specifically for a Zotero library that behaves like this inside Word, but I might have missed it.

+-----------------------------------------------------+
|                  MS Word Plugin                     |
+-----------------------------------------------------+
   |                                               ^
   | (User Prompt)                                 | (Auto-Parse Markdown
   v                                               |  &amp; Insert Citations)
+-------------------+                              |
|  Zotseek Plugin   |                              |
+-------------------+                              |
   |                                               |
   | (Semantic Search                              |
   |  on Zotero Library)                           |
   v                                               |
+-------------------+                              |
|   Local AI LLM    | -----------------------------+
+-------------------+
   |
   | (On-Demand Bibliography)
   v
+-------------------+
|   Bibliography    |
| (Linked to Style) |
+-------------------+

If it doesn't exist, would anyone else find a tool like this useful?

u/Addyad — 7 days ago
▲ 8 r/zotero

Is there a Zotero AI plugin that allows searching your library by topic for macOS?

Apologies if this is common knowledge and I’m not just aware of it. I was wondering if there’s any plug in out there run by AI which allows to search your library by asking questions like “which source says x and y?”. TIA

EDIT: before people start attacking me or downvoting this post, I don’t need this to cheat with AI, but although I summarise everything I read into a specific doc, sometimes I forget who said what and it’d be great to scan the library in a quicker way. Cheers

reddit.com
u/Capital-Pizza-291 — 8 days ago
▲ 9 r/zotero

I just installed Zotero 9, had a question about plugins, ARIA specifically

Hello everyone, I had a really easy time installing the desktop app, and integrating my two main browsers. It's a game changer. I just began my doctoral studies, and already I was starting to feel the heat of trying to manage all my exploration.

I am very interested in understanding if anyone knows whether A.R.I.A. is potentially going to be available as a V9 plug in? I intentionally chose V9 because I wanted to start with the most current install, but I was not able to get ARIA installed.

I am totally fine working that piece of it outside the automated workflow, but I would be very interested at some point, to get that piece connected.

EDIT: I did hear about BEAVER just now. Is that a solution folks have had success with?

Thanks!

reddit.com
u/RADICCHI0 — 11 days ago
▲ 16 r/zotero

what's missing from your workflow? (plugin dev looking for ideas)

I build Zotero plugins and I'd rather work on something people actually need than guess. So, openly asking: what's the most annoying gap in your Zotero workflow right now?

A few prompts if it helps:

  • Something you do manually that should be automatic
  • A feature you assumed existed but doesn't
  • A workflow where you have to leave Zotero and wish you didn't
  • Anything around PDFs, notes, search, tagging, or syncing

Not pitching anything here — just trying to understand real pain points. Appreciate any war stories.

reddit.com
u/reachtheworld360 — 13 days ago
▲ 2 r/zotero

Searching for a clean academic citation style

Hi,

I'm looking at a citation style similar to APA, but without commas separating the last name and initial of an author. I personally find this confusing to separate who's who.

My main criteria are:

  • No commas to separate last name to initial.
  • Italic journal name
  • Year between parentheses

One I found is Springer Basic but doesn't have italic for the journal/website name.

If nothing exists, I guess I will just take APA.

Thank you

reddit.com
u/Nic727 — 11 days ago
▲ 59 r/zotero

I made a Zotero plugin that watches a folder and auto-imports PDFs (Zotero 7/8/9)

Zotero Watch Folder watches a folder you choose and imports whatever lands in it:

What it does:

- Auto-import with metadata. New PDFs (in the folder and subfolders) are imported and run through Zotero's recognizer. If that comes up empty, a fallback reads page 1 for a single clean DOI/arXiv/ISBN and looks it up; failing that it makes a filename-titled placeholder tagged _needs-review, so nothing lands as a nameless orphan.

- Real dedup. Files are matched by full-content hash (drop the same paper twice, even renamed, and you get one item), and the fingerprint is stamped into each item so dedup survives a reinstall or a wiped database. Optional DOI/ISBN/fuzzy-title matching and template renaming too.

- You choose where the PDF lives: stored in Zotero (works with WebDAV like pCloud), linked from the watch folder to save Zotero storage, or both. Includes a tool to convert stored PDFs to linked ones to reclaim space.

- Optional library mirror. Your collections become a folder tree on disk (nested collections nest, unfiled items sit at the root, virtual views like Trash/Duplicates are skipped). Rename a collection in Zotero and the folder follows. A plain-files copy of your library you can browse or back up.

- Deletion sync is opt-in and heavily guarded. Off by default. When enabled, removals go to a recoverable trash (not permanent), nothing is deleted unless a fresh hash proves the file is unchanged, and it pauses instead of mass-deleting if a cloud folder or drive briefly drops out. The whole delete path is fail-closed: anything uncertain keeps your file.

One caution: this can move and (if you opt in) trash files, so back up your Zotero database and storage folder first. I would start with plain import mode before turning on the mirror or delete features.

Still fairly new, so I would value feedback from daily Zotero users: what breaks, what is confusing, and whether the import or the mirror is the part you would actually use.

It works on Zotero 7, 8, and 9 (tested on 9.0.4), is GPL-3.0, and installed copies auto-update.

Repo (install + docs): https://github.com/josesiqueira/zotero-watch-folder

u/OstrichCold4067 — 13 days ago
▲ 3 r/zotero

restore zotero library from file structure?

Hi,

I have a new computer and I want to transfer my old zotero library to my new one. My old computer is backed up in cloud storage on BackBlaze. I can access the full file structure on my old computer, but I can't go into it and actually export the zotero library. I assume, though, that the references I saved in zotero exist somewhere in the file structure on my old computer? Is there a way to download and restore those files from the cloud? If so, what would they be called and where are they located? I've been able to download pretty large files from the zotero folder called zotero.sqlite, are they in there? How do I get them into my new computer?

reddit.com
u/Publius12 — 11 days ago
▲ 3 r/zotero

Is Zotero crashing more frequently for you?

An avid Zotero user here, but somehow, after the update to Zotero 9.01, either the combination of my plugins (Zotmoov, citegeist) or some other reasons, but my Zotero crashes much more frequently or just lags within the app. Anyone else experiencing a similar problem?

reddit.com
u/Kirakirasmile — 13 days ago
▲ 51 r/zotero+2 crossposts

New resource from Digital Scholar: Sourcery 🪄

Hello all! I'm writing to you from the University of Connecticut to share our new project developed in collaboration with Digital Scholar, the same non-profit behind Omeka & Zotero: Sourcery.

Sourcery connects researchers with archive users in more than 50 U.S. cities who provide reference-quality scans of archival materials. Request materials from multiple repositories to explore new collections or collect critical documents, no travel required.

I think you folks might be interested in becoming a Sourcerer to earn extra money creating scans for other researchers. You can fulfill Sourcery jobs and advance your skills while exploring institutions and collections on your own schedule.

Payment includes a base retrieval pay of $22.50, which you would receive regardless of the size or type of request. You would also receive this payment if the materials are unable to be scanned for whatever reason (missing, for example). You would also get paid $0.27 per scan returned to the requester with a max of 400 scans.

As mentioned, Sourcery is currently available in over 50 U.S. cities (we're not international yet, but working on it!). You can view our current locations at https://sourceryapp.org/locations/. If you'd like to sign-up to complete requests but your location isn't available, shoot us an email at sourceryapp[at]gmail.com and we can meet with you and chat about making your city available.

Sourcery is produced by Digital Scholar and the University of Connecticut, with funding from the Mellon Foundation. Learn more at sourceryapp.org.

Happy to answer any questions!

u/Sourcery_App — 14 days ago
▲ 13 r/zotero

Highlight pdf text and search Zotero Extention

I made this a while back and use it so much so wanted to share it.

https://github.com/Acatechnic/zotero-scholar-search

Adds options in the right-click menu to search selected text from a pdf. By default, it searches Google Scholar but you can add/customise both the search engine and the browser to your liking. Trying to keep it simple but let me know what works or doesn't!

It's really helped my ADHD brain get to new sources without having to be distracted by manually opening a browser etc.

hope it helps!

Acatechnic :)

u/WavingFree — 13 days ago
▲ 18 r/zotero

Two tiny plugins: djvu converter with ocr and theorem list

Hi! I recently wrote two very small plugins, mostly for personal use, but maybe they could be of use for someone else. One catches djvu files on import and proposes to convert them into pdf with optional ocr layer and compression (https://github.com/ievlevpn/zotero-djvu-converter), another scans the current file for theorems/propositions/lemmas/etc using simple heuristics and provides a lightweight navigation menu over those (https://github.com/ievlevpn/zotero-theorem-list). Hope it may be useful for fellow mathematicians/physicists/etc!

https://preview.redd.it/qe98fbfebb9h1.png?width=754&format=png&auto=webp&s=1de96f4ea14eb649db47fb828de51df14d1431a6

https://preview.redd.it/6x9niazhbb9h1.png?width=838&format=png&auto=webp&s=7aef4d8d392b195073cac356d48303e9eb860edf

reddit.com
u/Itchy_Resolve494 — 12 days ago
▲ 22 r/zotero

I built a Zotero 7 plugin for grounded Q&amp;A over your PDFs — with clickable page citations

I made a plugin called Grounded Q&A that lets you ask questions about the papers in your Zotero library and get answers that link straight back to the exact page in the source PDF. Every claim is cited and clickable, so you can verify it instead of trusting a black-box summary.

It works on a single paper or across many at once, and it's bring-your-own-model — you can plug in Claude, GPT, Ollama (fully local), DeepSeek, or Grok, so you control cost and privacy.

It's free and open source. I'd really value feedback from people who live in Zotero daily — what breaks, what's missing, what would make it part of your workflow.

Repo: https://github.com/birugit/zotero-grounded-qa

u/reachtheworld360 — 14 days ago