Random Note Picker

by tai
5
4
3
2
1
Score: 50/100

Description

Obsidian plugin that opens random notes from your vault, recent time periods, or custom directories.

Reviews

No reviews yet.

Stats

0
stars
75
downloads
0
forks
37
days
37
days
37
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
8
commits

README file from

Github

Random Note Picker

An Obsidian plugin that opens random notes from your vault — from recent time periods or from custom directories.

Commands

Open the command palette (Ctrl/Cmd + P) and search for "Random":

  • Random note from past day — notes created in the last 24 hours
  • Random note from past week — notes created in the last 7 days
  • Random note from past month — notes created in the last 30 days
  • Random note from <folder name> — notes from a folder you configure (up to 3; each command appears once its directory is set in the plugin settings, named after the folder)

Settings

In Settings → Community plugins → Random Note Picker, you can configure up to 3 custom directories. Pick a folder from the dropdown or type a path manually.

Installation

From the community plugin directory

  1. Open Settings → Community plugins → Browse
  2. Search for "Random Note Picker"
  3. Install and enable the plugin

Manual installation

  1. Download main.js and manifest.json from the latest release
  2. Copy them into <your-vault>/.obsidian/plugins/random-note-picker/
  3. Reload Obsidian and enable the plugin in Settings → Community plugins

Requirements

  • Obsidian v0.15.0 or higher
  • Works on desktop and mobile

License

MIT