Research Assistant is an Obsidian plugin that helps you search/link and work on scholarly articles more effectively.
This plugin has two commands:
- X
- Y
Enter demo here //: # (![Research Assistant demo](demo/research_assistant.gif))
Plugins uses OpenAlex api to search for research papers.
- Go to the Releases page.
- Download the latest obsidian-research-assistant-${version}.zip.
- Extract its contents.
- Move the contents into /your-vault/.obsidian/plugins/research-assistant-linker/.
- Enable the plugin in Obsidian:
- Open Obsidian, go to Settings > Community Plugins.
- Make sure Restricted mode is off.
- Search installed plugins for research-assistant.
- Click Enable.
You can install this plugin within Obsidian by doing the following:
- Open Settings > Community plugins.
- Make sure Restricted mode is off.
- Click Browse.
- Search for Research Assistant.
- Click Install.
- Once installed, click Enable.
- Clone this repo inside path/to/your/dev/vault/.obsidian/plugins.
- npm i or yarn to install dependencies
- npm run build to compile, or npm run dev to start compilation in watch mode.
- First release
- Add paper search
- Why is email(optional) asked in settings?
We use OpenAlex API for fetching metadata. Their API is rate limited. If you add your email in the request, your requests goes into polite pool which has much faster and more consistent response times.
- Thanks to OpenAlex team for providing free for use API over scholarly works.
- Thanks to Obsidian team for upholding malleability in the product that allows people to add and share new features without hassle.