https://github.com/jmilldotdev/obsidian-wikipedia
Grabs information from Wikipedia for a topic and brings it into Obsidian notes
https://github.com/jmilldotdev/obsidian-wikipedia
Last synced: about 18 hours ago
JSON representation
Grabs information from Wikipedia for a topic and brings it into Obsidian notes
- Host: GitHub
- URL: https://github.com/jmilldotdev/obsidian-wikipedia
- Owner: jmilldotdev
- License: mit
- Created: 2021-09-24T22:31:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T07:43:18.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T10:54:07.777Z (18 days ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 106
- Watchers: 1
- Forks: 16
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - jmilldotdev/obsidian-wikipedia - Grabs information from Wikipedia for a topic and brings it into Obsidian notes (TypeScript)
README
# Obsidian Wikipedia
This is a plugin for Obsidian (https://obsidian.md).
This plugin gets the first section of Wikipedia and pastes it into your active note.
## Usage
This plugin has two commands:
- `Get Wikipedia for Active Note`, which gets the first section of Wikipedia using the active note's title as search term.
- `Get Wikipedia for Search Term`, which gets the first section of Wikipedia for a search term.## Settings
Settings for this plugin include:
- **Language Prefix**: The prefix before `wikipedia.org` used to access the language of Wikipedia you want. (Default: 'en')
- **Extract Template**: The template to use to paste your extract. Available variables are {{text}}, {{searchTerm}}, and {{url}}
- **Bold Search Term?**: If set to True, bolds the first instance of the search term in the extract
- **Use Paragraph Template?**: If set to true, the paragraph template will be inserted for each paragraph of text for {{text}} in main template.
- **Paragraph Template**: If *Use Paragraph Template* is set to true, this template will be inserted for each paragraph in the text extract. Available variable: {{paragraphText}}.