mirror of
https://github.com/erichalldev/obsidian-smart-random-note.git
synced 2026-07-22 05:10:30 +00:00
No description
| .github/workflows | ||
| src | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierrc.js | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| screenshot.gif | ||
| styles.css | ||
| tsconfig.json | ||
| versions.json | ||
Smart Random Note Obsidian Plugin
This plugin enhances opening random notes.
Three commands are available:
- Open Random Note from Search: opens a random note from the list of search results.
- Open Tagged Random Note: opens a random note that has a selected tag.
- Open Random Note: behaves similarly to the core random note plugin.
Future Plans
- Remember which notes have been seen for a given search string.
- Don't show the same note again until all have been seen or a certain amount of time has elapsed.
- Implement spaced repetition capabilities.
- This is intentionally vague for now.
Installation
From within Obsidian
From Obsidian 0.9.8, you can activate this plugin within Obsidian by doing the following:
- Open Settings > Third-party plugin
- Make sure Safe mode is off
- Click Browse community plugins
- Search for "Smart Random Note"
- Click Install
- Once installed, close the community plugins window and activate the plugin
Compatibility
Custom plugins are officially supported in Obsidian version 0.9.7. This plugin currently targets API version 0.9.15 but should be compatible with version 0.9.7 or higher.
Version History
0.1.3
- Fix broken open random note from search command in Obsidian 0.9.18
0.1.2
- Add support for frontmatter tags introduced in Obsidian 0.9.16
0.1.1
- Add command for opening a random note from the current search results
- Add setting to add a button to the ribbon for opening a random note from the current search results
- Add setting to open the random note in the active leaf or a new leaf
0.0.5
- Initial Release
- Add command for opening a random note from all notes
- Add command for opening a random note given a tag
