This is a simple chrome extension that allows you to save papers to Notion.
- Find the DOI of the paper you want to save.
- Click the extension icon.
- Copy & Paste DOI to the input field.
- Click the "Save" button.
Create Notion Database which has the following properties:
Title | Authors | Year | Journal | Volume | DOI | PDF (optional) |
---|---|---|---|---|---|---|
Text | Multi-select | Number | Select | Number | URL | File |
Create an integration for this app and get the token value.
- Generate an integration token: https://www.notion.com/help/create-integrations-with-the-notion-api
- Set the integration token to the page: https://www.notion.com/help/add-and-manage-connections-with-the-api
- Get the database ID: https://developers.notion.com/reference/retrieve-a-database
Input the token and the database ID to the extension options.
Pless the "Save Settings" button after you input the values.
- Clone this repository.
- Run
npm install
. - Run
npm run dev
to start the development server.