No description
Find a file
SpencerF718 6c8cf1a4c4 Fixed UI text
Changed UI elements to sentence case and updated the version.
2025-07-16 18:05:13 -04:00
.editorconfig Initial commit: Set up plugin from Obsidian sample template 2025-06-14 20:22:04 -04:00
.eslintignore Initial commit: Set up plugin from Obsidian sample template 2025-06-14 20:22:04 -04:00
.eslintrc Initial commit: Set up plugin from Obsidian sample template 2025-06-14 20:22:04 -04:00
.gitignore Initial commit: Set up plugin from Obsidian sample template 2025-06-14 20:22:04 -04:00
.npmrc Initial commit: Set up plugin from Obsidian sample template 2025-06-14 20:22:04 -04:00
esbuild.config.mjs Initial commit: Set up plugin from Obsidian sample template 2025-06-14 20:22:04 -04:00
LICENSE Update LICENSE 2025-07-16 17:40:56 -04:00
main.ts Fixed UI text 2025-07-16 18:05:13 -04:00
manifest.json Fixed UI text 2025-07-16 18:05:13 -04:00
package-lock.json Fixed UI text 2025-07-16 18:05:13 -04:00
package.json Fixed UI text 2025-07-16 18:05:13 -04:00
README.md Updated README and Version.json 2025-06-16 12:11:10 -04:00
styles.css Updated Name & Added styles.css 2025-06-17 11:28:05 -04:00
tsconfig.json Initial commit: Set up plugin from Obsidian sample template 2025-06-14 20:22:04 -04:00
version-bump.mjs Initial commit: Set up plugin from Obsidian sample template 2025-06-14 20:22:04 -04:00
versions.json Fixed UI text 2025-07-16 18:05:13 -04:00

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