Load data from wikidata to a sidebar, using a direct text search or via mapped frontmatter properties.
- Use selected text as search input, if available (issue #3).
- Add bracketed description text in entity selection list, if available (issue #4)
- Correct display in select modal when called from frontmatter (shows full URL for entity id) (issue #5)
- Bypass select modal if only one item found (issue #6)
- Specify frontmatter mappings (eg DOI - P356)
- Specify frontmatter property that holds a wikidata entity ID (Q-number)
- Simple text search
- Navigation through linked wikidata entities in the sidebar
- Links to external conent (to wikidata and using identifiers attached to an entity
TBC
TBC
Download the zip file named "wikidata-sidebar-plugin.zip" attached to the latest release and unzip in under the .obsidian/plugins
directory under your Obsidian vault.
Click the ribbon icon 🌍, or excute the command "Wikidata sidebar: Load wikidata from frontmatter".
Use the command "Wikidata sidebar: Search wikidata for sidebar".
By default this is:
{
orcid: 'P496',
doi: 'P356',
ipni_name_id: 'P961',
ihcode: 'P5858',
}
This defaults to wikidata_entity_id
Wikidata sidebar plugin is licensed under the MIT license. Refer to LICENSE for more information.
Feel free to contribute.
You can create an issue to report a bug, suggest an improvement for this plugin, ask a question, etc.
You can make a pull request to contribute to this plugin development.
Sincere thanks to Toby Hudson (AKA 99of9) for his work on the browser plugin Entity Explosion which inspired this plugin, and to anpigon who developed the obsidian book search plugin which was used as the basis for this development.