No description
Find a file
2026-06-29 12:48:49 -07:00
.github/workflows release workflow 2025-05-30 13:36:53 -07:00
.editorconfig init 2025-05-30 13:35:52 -07:00
.eslintignore init 2025-05-30 13:35:52 -07:00
.eslintrc init 2025-05-30 13:35:52 -07:00
.gitignore init 2025-05-30 13:35:52 -07:00
.npmrc init 2025-05-30 13:35:52 -07:00
esbuild.config.mjs fix publish warnings 2026-06-28 07:02:52 -07:00
LICENSE update LICENSE 2025-05-30 13:36:53 -07:00
main.ts fix publish warnings 2026-06-29 12:48:49 -07:00
manifest.json fix publish warnings 2026-06-29 12:48:49 -07:00
package-lock.json fix publish warnings 2026-06-28 07:02:52 -07:00
package.json fix publish warnings 2026-06-28 07:02:52 -07:00
README.md Update README.md 2026-06-29 12:32:36 -07:00
styles.css new cite command 2026-06-29 11:17:48 -07:00
tsconfig.json init 2025-05-30 13:35:52 -07:00
version-bump.mjs init 2025-05-30 13:35:52 -07:00
versions.json fix publish warnings 2026-06-29 12:48:49 -07:00

Papers for Obsidian

Papers is a simple plugin that retrieves, imports, and cites research papers. It queries the arXiv API to download PDFs and save metadata directly into the vault.

papers

Usage

Papers has two key functions: import and cite.

To import, Papers searches arXiv and creates a new note with the paper metadata (paper title, authors, publication year, URL, and PDF). 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.

To cite, Papers searches through the vault and creates a wikilink (with optional alias) to the imported paper note.