secondbrainprod1k downloadsOpen a random note based on filters like folders, tags and properties.
An Obsidian plugin that opens a random note based on customizable filters. Go beyond simple randomness — focus on the notes that matter to you.

main.js, manifest.json, and styles.css from the latest release.obsidian/plugins/improved-random-note-pro/# Clone the repo into your vault's plugins folder
cd /path/to/vault/.obsidian/plugins/
git clone https://github.com/SecondBrainProd/obsidian-improved-random-note.git
cd obsidian-improved-random-note
# Install dependencies
npm install
# Build
npm run build
# Watch mode (auto-rebuild on changes)
npm run dev