Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

arXiv Papers

Ar4lAr4l39 downloads

Retrieve and import research papers from arXiv. Fork of willjhliang/obsidian-papers with rate-limit handling and OpenAlex fallback.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates6

arXiv Papers retrieves and imports research papers into Obsidian. It queries the arXiv API to download PDFs and save metadata directly into your vault, with a built-in OpenAlex fallback for when arXiv rate-limits your IP (common on VPNs).

https://github.com/user-attachments/assets/12d1b2d4-46f9-416d-b1c7-95e07fae14b3

Usage

Papers has one key function: search for a paper, then create a new note with its metadata. The search query can either be

  1. arXiv URL: A direct link to the paper (e.g., https://arxiv.org/abs/1706.03762).
  2. Title: The paper title, which is used to fuzzy search arXiv and prompt the user to choose among results.

The resulting note metadata includes paper title, authors, publication year, URL, and an alphaxiv.org conversation link. We can download the PDF and embed it in the note as well.

Upgrading from 1.0.3

1.0.4 adds an {{ALPHAXIV}} template placeholder that renders to https://www.alphaxiv.org/abs/<id> (or empty for non-arXiv URLs). New installs get it by default. If you customised the template in Settings → arXiv Papers → Note template, add this line under url: {{URL}} to enable the link:

alphaxiv: {{ALPHAXIV}}

Install / Build

The plugin isn't in the Obsidian Community catalog yet, so install it manually from source:

git clone https://github.com/Ar4l/obsidian-papers.git
cd obsidian-papers
npm install
npm run build

That produces main.js. Copy three files into your vault's plugin folder:

cp main.js manifest.json styles.css \
   /path/to/your/vault/.obsidian/plugins/arxiv-papers/

Then in Obsidian: Settings → Community plugins, toggle "arXiv Papers" off and on (or reload Obsidian). Your existing data.json (settings) is untouched.

Optional: contact email for the OpenAlex fallback

When arXiv rate-limits your IP (common on VPNs — arXiv throttles per-IP via Fastly, so a shared egress IP can put you in penalty), the plugin falls back to OpenAlex for paper metadata. Setting your email in Settings → arXiv Papers → Contact email routes you through OpenAlex's polite pool with a higher quota.

Run the tests

node tools/test-arxiv.mjs

Exercises the rate limiter, timeout, 429 retry, OpenAlex fallback, polite User-Agent, note-title generation, and title-conflict resolution against live arXiv + OpenAlex. Requires network access.

Credits

Originally written by William Liang.

99%
HealthExcellent
ReviewPassed
About
Search and import arXiv research papers into your vault, saving structured metadata (title, authors, year, URL) and downloading or embedding the PDF. Fall back to OpenAlex and handle arXiv rate limits, timeouts, and retries to keep imports reliable.
ResearchImportPDF
Details
Current version
1.0.7
Last updated
5 days ago
Created
Last week
Updates
6 releases
Downloads
39
Compatible with
Obsidian 0.16.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Ar4lAr4lar4l
GitHubar4l
  1. Community
  2. Plugins
  3. Research
  4. arXiv Papers

Related plugins

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.

ZotLit

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

Citations

Automatically search and insert citations from a Zotero library.

RSS Dashboard

A dashboard for organizing and consuming RSS feeds, YouTube channels, and podcasts with smart tagging, media playback, and seamless content flow.

OCR-AI

Convert PDFs to rich Markdown, including images and ocr using the marker api

Importer

Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.

Readwise Official

Sync highlights from Readwise to your vault.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Text Extractor

A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.

Annotator

Read and annotate PDFs and EPUB files.