A plugin to help you import papers from arXiv into Obsidian.
Enable community plugins in Obsidian and search for Paper Importer.
Create a folder in Your Vault/.obsidian/plugins/paper_importer. Download main.js, manifest.json
and styles.css from the release page and put them in the folder you created. Enable community
plugins in Obsidian setting and that's it.
Press Ctrl+P in Obsidian to open the command palette, then choose one of the following options:
Paper Importer: Import metadata and PDF from arXiv- Downloads both the paper's metadata and PDF filePaper Importer: Import metadata only from arXiv- Imports only the paper's metadata without downloading the PDF
In the popup, enter the arXiv ID or URL of the paper (e.g., 1703.06870 or https://arxiv.org/abs/1703.06870) you would like to import. Press the enter key to confirm. The metadata (and PDF if selected) will then be saved to your configured folders. Save destinations can be configured via the plugin settings panel.
The plugin supports custom note templates for imported papers through external template files.
{{ paper_id }}- arXiv paper ID{{ title }}- Paper title{{ authors }}- List of authors{{ date }}- Publication date{{ abstract }}- Paper abstract{{ comments }}- Paper comments{{ pdf_link }}- Link to the downloaded PDF file
- Go to Settings → Paper Importer
- In the "Custom template file" field, specify the path to your template file (relative to vault root or absolute path)
- Click "Create template file" to generate a file with the default template, or create your own template file
- Edit the template file with your preferred text editor
- Leave the field empty to use the default template
Note
The template is not written in valid Obsidian markdown formats. Be sure to edit it in source mode if you would like to edit it in Obsidian.
MIT