wogong35 downloadsLike the core random note plugin, but with folder exclusions.
Random Note Plus is an Obsidian community plugin that opens a random note while allowing you to exclude specific folders.
Templates excludes notes under Templates/.../Archive/ becomes Archive)Random Note Plus runs entirely inside Obsidian and does not make network requests.
When you use Open random note, the plugin asks Obsidian for the list of Markdown files in the vault so it can remove excluded folders and choose one eligible note. It uses file paths for that selection only, does not read note contents, and does not store or transmit the file list.
npm install
npm run build
main.js, manifest.json, and styles.css to:<Vault>/.obsidian/plugins/random-note-plus/
npm install
npm run dev
npm run dev: watch mode build via esbuildnpm run build: type-check and production bundlenpm run lint: run ESLintmanifest.json version.versions.json with "<version>": "<minAppVersion>".v).manifest.json, main.js, and styles.css as release assets.random-note-plus0.16.0falseFor local testing, make sure your plugin folder name in the vault matches the plugin ID in manifest.json:
.obsidian/plugins/random-note-plus/