mirror of
https://github.com/spencerf718/obsidian-random-wikipedia.git
synced 2026-07-22 05:52:10 +00:00
No description
|
|
||
|---|---|---|
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian Random Wikipedia Plugin
A plugin for Obsidian that fetches a random Wikipedia article and creates a new, well-formatted note in your vault.
The purpose of this plugin is to encourage daily note-taking and learning.
To generate a random article, click on the dice ribbon on the top left in Obsidian.
Features
- Random Article Fetching
- Header parsing
- Configurable Article Selection
- Minimum Headers: You can change the minimum number of headers an article must have to be considered "suitable".
- Maximum Retries: You can set how many times the plugin will attempt to find a suitable article.
- Disallowed Headers: You can provide a list of headers that will be excluded from the generated note
- Configurable Save Location
- Automatic Note Opening