generated fromobsidianmd/obsidian-sample-plugin
- Notifications
You must be signed in to change notification settings - Fork0
Automatically link text to corresponding entities
License
NotificationsYou must be signed in to change notification settings
Ankush-Chander/obsidian-entity-linker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Entity linker is an Obsidian plugin links research terms to corresponding standard entities(wikidata, wikipedia,openalex)
This plugin has two commands:
Link selection to entity
, which suggest entities using the selected text as search term.Link active note to entity
, which suggest entities using the active note's title as search term.
Plugins usesOpenAlex api to search for terms and create entity note for the same.
- Go to theReleases page.
- Download the latest obsidian-entity-linker-${version}.zip.
- Extract its contents.
- Move the contents into /your-vault/.obsidian/plugins/obsidian-entity-linker/.
- Enable the plugin in Obsidian:
- Open Obsidian, go to Settings > Community Plugins.
- Make sure Restricted mode is off.
- Search installed plugins for entity-linker.
- 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 Entity Linker.
- 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 fuzzy logic
- Add direct 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, yourrequests goesintopolite pool whichhas much faster and more consistent response times.
- Obsidian Wikidata Importer pulls data from the Wikidatadatabase into your Obsidian notes
- Obsidian Wikipedia gets the first section of Wikipedia andpastes it into your active note.
- Many thanks toShaun Martin forFile Suggestion Component which this plugin relies on.
- Thanks toOpenAlex team for providing free for use API over scholarly works.
- Thanks to Obsidian team for upholding malleability in the product that allows people to addand share new features.without hassle.
About
Automatically link text to corresponding entities
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.