mirror of
https://github.com/willjhliang/obsidian-papers.git
synced 2026-07-22 13:10:26 +00:00
No description
| .github/workflows | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
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.
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
- arXiv URL: A direct link to the paper (e.g., https://arxiv.org/abs/1706.03762).
- 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.