Advanced Random Note

by Karsten Finderup Pedersen
5
4
3
2
1
Score: 42/100

Description

Category: Note Enhancements

The Advanced Random Note plugin enhances note navigation in Obsidian by enabling users to create custom queries for opening random notes or files. It supports three query types: a custom language inspired by Obsidian search, Dataview queries, and regular expressions. Users can filter files by tags, paths, or filenames, and enable specific queries as commands for quick access. The plugin also includes features to disable folders from searches, ensuring irrelevant files are excluded. With options to customize the search behavior, including opening results in new tabs or folders, this plugin is ideal for streamlining workflows and rediscovering valuable notes.

Reviews

No reviews yet.

Stats

20
stars
7,341
downloads
2
forks
1,018
days
691
days
936
days
2
total PRs
1
open PRs
1
closed PRs
0
merged PRs
13
total issues
4
open issues
9
closed issues
0
commits

Latest Version

3 years ago

Changelog

  • Add ribbon button.
  • Open random note in folder using file right-click menu.
  • Open random notes in new windows.

README file from

Github

Advanced Random Note Obsidian Plugin

This plugin enables you to create custom queries for opening random notes. This can be done through its own query language, Dataview, and/or regular expressions.

Features

  • Find random files using custom queries
  • Customize queryes through a custom modal
  • Enable queries as commands to execute them with ease.
  • Disable folders from being included in the searches.
  • Choose if notes should open in new tabs.
  • Commands:
    • Open random note modal: Open modal to select a query.
    • Open random note: Open random note (only markdown files).
    • Open random file: Open random file (all file types).

Settings Tab

Settings Image Query Edit Modal Image

Installation

Obsidian

  1. Open Settings.
  2. Go to "Community Plugins".
  3. Enable community plugins by pressing "Turn on community plugins".
  4. Click "Browse" to browse available community plugins.
  5. Search for "Advanced Random Note".
  6. Click Install and enable the plugin.
  7. Close the community plugins window.

Getting Started

Queries

This plugin uses three different query languages:

  1. Custom language inspired by Obsidian Search.
  2. Dataview
  3. Regular expressions
Custom query language
Tags

You can query files by their tags. Do this by specifying the tag: keyword. After this, you can write multiple tags that should be included and excluded from the file.

  • If tags should not be in the file, then write ! in front of them, like this: tag: idea !complete. This will get files that have the idea tag, but not the complete tag.
  • You can also write # in front of the tags, like this: #idea and !#complete,
Paths

You can query files by their path. To do this, specify the path: keyword and write what the path should contain to be included in the result.

Filename

You can query files by their filename. To do this, specify the file: keyword and write what the filename should contain to be included in the result.

Examples
  • Find ideas that are not completed: tag: idea !complete
  • Find untitled files: file: Untitled.
  • Find fleeting notes in root directory: path: / tag: fleeting.
Dataview

Install and enable Dataview through community plugins and reload Obsidian. You can find more information about Dataview queries in their documentation.

Note: This plugin only allows for list queries, like this one:

LIST
FROM #idea
Regular Expressions

Another query type is regular expressions

Examples
  • Find image from attachments: ^attachments\/.*?[.](png|jpg)

Disabled Folders

You can disable folders to remove them from being searched. This can be useful if you have a template folder that you do not want to open files from.

Note: Queries can disable the use of this setting, meaning that you can create some queries which searches from them.

Enable Queries as Commands

Queries can be enabled as commands by clicking the toggle next to them when on the plugins settings tab. This can be useful in combination with the Commander plugin.

Version History

Version 0.0.11

  • Add ribbon button.
  • Open random note in folder using file right-click menu.
  • Open random notes in new windows.

Version 0.0.10

  • Fix opening other types of files other than markdown files.

Version 0.0.9

  • Fix disabled folders.
  • Fix open file in new leaf setting.

Version 0.0.8

  • Add custom query editor modal.
  • Add query types:
    • Search using Dataview.
    • Search using regular expressions.
  • Add queries will now also search for other filetypes.
  • Fix root folder query in custom query language.

Version 0.0.7

  • Fix frontmatter tags to also be included in queries.

Version 0.0.6

  • Add Open Random Note command.
  • Add Open Random Note Modal command.
  • Add plugin settings tab.
  • Add user queries.
  • Add ability to toggle user queries as commands.

Contact

  • Get in contact on the plugins GitHub.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Core Search Assistant
4 years ago by qawatake
An Obsidian plugin to enhance built-in search: keyboard interface, card preview, bigger preview
Insert Heading Link
4 years ago by Signynt
Add a Link to a Heading.
Search Everywhere
4 years ago by Mom0
Obsidian Search Everywhere Plugin
Card View Switcher
4 years ago by qawatake
An Obsidian plugin to provide a quick switcher with card view
Scroll Offset
4 years ago by Lijyze
Scroll Offset for Obsidian
Folder Focus Mode
4 years ago by grochowski
Focus file explorer on chosen folder and its files and subdirectories, while hiding all the other elements.
Open Related Url
4 years ago by Dan Pickett
No Dupe Leaves
4 years ago by Simon Cambier
Automatically switch the focus to open notes instead of reopening them
Quick snippets and navigation
4 years ago by @aciq
Quick snippets and navigation for Obsidian
obsidian floating toc
4 years ago by curtgrimes modified by Cuman
Crumbs
3 years ago by Tony Grosinger
Breadcrumb navigation in Obsidian.md
Cycle In Sidebar
3 years ago by Houcheng
Cycle through tabs of left/ right sidebar panel
Floating Search
3 years ago by Boninall
A plugin for searching text by using Obsidian default search view.
Tab Rotator
3 years ago by Steven Jin
Obsidian Rotate opened tabs with a specified time interval
Quickly
3 years ago by Sparsh Yadav
Quick capture to obsidian note
Link Range
3 years ago by Ryan Mellmer
Add ranged link support to Obsidian
Open Plugin Settings
3 years ago by Mara-Li
Create a command that open the settings tabs of a registered plugin (because I was bored to open the parameters).
Potato Indexer
3 years ago by LoyalPotato
Obsidian plugin to generate index based on your selection
URL Display
3 years ago by Stephanie Lin
Extract and display external URLs of the note in Obsidian.
Next Link
3 years ago by Juan Luque
Go To Heading
3 years ago by join
Quickly navigate between your document's headings in Obsidian
Quick Preview
2 years ago by Ryota Ushio
An Obsidian plugin to quickly preview a suggestion before selecting it in link suggestions & quick switcher.
Neighbouring Files
2 years ago by Fabian Untermoser
Obsidian Plugin to navigate to the next and previous file in the current directory
Ollama Chat
2 years ago by Brumik
A plugin for chatting with you obsidian notes trough local Ollama LLM instead of Chat GTP.
Arrows
2 years ago by artisticat
Draw arrows across different parts of your notes, similar to on paper
Daily Note Navbar
2 years ago by Karsten Finderup Pedersen
Adds a daily note navbar to quickly navigate between sequential daily notes in Obsidian.
Crafty
2 years ago by liolle
Add tooltip to your obsidian canvas's nodes and navigation between nodes
Canvas minimap
2 years ago by ifree
Obsidian canvas minimap
Tab Selector
2 years ago by namikaze-40p
This is an Obsidian plugin which can quickly switch tabs in various ways.
Default query in backlinks
2 years ago by Benature
Metafolders
2 years ago by Makary Sharoyan
An Obsidian plugin for multidimensional note navigation
Quick File Name
2 years ago by Wapply
This Obsidian plugin generates a note with an random string as file name.
Random names
2 years ago by Tom Parker-Shemilt
Add random names to Obsidian notes (mostly for RPGs)
Bookmarks Caller
2 years ago by namikaze-40p
This is an Obsidian plugin which can easily open bookmarks.
Tab Navigator
2 years ago by o02c
obsidian-tab-switcher
Cursor Jump
2 years ago by Sangwon Jung
Query JSON
2 years ago by rooyca
Read, query and work with JSON inside Obsidian.
Vault Name
2 years ago by @gapmiss
An Obsidian.md plugin for customizing and displaying the vault name (title) in the side navigation file explorer, similar to pre 1.6.0 versions of Obsidian.
Headings in Explorer
2 years ago by Patrick Chiang
This Obsidian plugin makes headings first class concepts in the file explorer and consolidates navigation to a single panel.
Another Sticky Headings
2 years ago by Zhou Hua
VirtFolder
2 years ago by mr.grogrig
Creating a hierarchical structure like Luhmann's Zettelkasten
Recent Tab Switcher
2 years ago by Samuel Ang
Recent Tab Switcher Plugin for Obsidian.
Vertical Tabs
2 years ago by oxdc
An Obsidian plugin that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.
Highlight active folder section
2 years ago by Lukas Collier
Gives the folder section with the active note a customizable background color and more.
Advanced Tables
6 years ago by Tony Grosinger
Improved table navigation, formatting, and manipulation in Obsidian.md
macOS Keyboard Navigation
5 years ago by ryanjamurphy
Smart Random Note
5 years ago by Eric Hall
A smart random note plugin for Obsidian
Automatically reveal active file
5 years ago by Matt Sessions
Obsidian plugin to reveal the active file automatically when you open a file
Vantage - Advanced search builder
5 years ago by ryanjamurphy
Vantage helps you build complex queries using Obsidian's native search tools.
Obsidian Query Language
5 years ago by Joost Plattel
An Obsidian plugin allowing you to query your notes
Pane Relief
5 years ago by PJ Eby
Obsidian plugin for per-pane history, pane movement/navigation hotkeys, and more
Breadcrumbs
5 years ago by SkepticMystic
Add typed-links to your Obsidian notes
Random To-Do
5 years ago by NatiAris
Pick a random todo item or a file with todo items
Go to Line
5 years ago by phibr0
Quick Explorer
5 years ago by PJ Eby
Perform file explorer operations (and see your current file path) from the Obsidian.md title bar
Another Quick Switcher
5 years ago by tadashi-aikawa
This is an Obsidian plugin which is another choice of Quick switcher.
Reveal Active File Button
4 years ago by Clare Macrae
Obsidian plugin to add a button to the top of the Obsidian File Explorer, to reveal the active file.
Link Navigation
2 years ago by xRyul
Navigate between incoming links (inlinks), outgoing links (outlinks) N levels deep. Links from Canvas are also supported.
Mouse Navigation
2 years ago by HoBeomJeon
Lemons Search
2 years ago by Moritz Jung
An Obsidian plugin that offers a fast fuzzy finder based quick switcher with preview.
Nav Link Header
2 years ago by ahts4962
Display navigation links at the top of the notes in Obsidian
random-retrieval
2 years ago by Rachninomav
BookNav
2 years ago by jemberton
A plugin for ObsidianMD that enables book style navigation links in a note.
Tree Search
a year ago by catacgc
Daily Random Note
a year ago by Alexandre Silva
Daily Random Notes in Obsidian.
BlazeJump
a year ago by henryco
Plugin for Obsidian that makes text navigation blazingly fast.
Folder Tabulation
a year ago by SpeedaRJ
An open source plugin for obsidian that let's you treverse local folder structure via keybindings and commands.
FastForwardLink
a year ago by Idan Liberman
FastForwardLink Obsidian.md Plugin
Cursor Position on Title Enter
a year ago by Por Chainarong Tangsurakit
Obsidian Plugin: Set the cursor position after pressing Enter on the note title.
Click Hint
a year ago by kbwo
Dynamic Outline
a year ago by theopavlove
Adds a customizable GitHub-like floating table of contents to Obsidian.
Anchor Link Display Text
a year ago by Robert C Arsenault
An Obsidian plugin that makes anchor links look nicer by automatically populating display text.
Current File Tags
a year ago by Trung Tran
Tag Tactician
a year ago by Scott Tomaszewski
Folder overview
a year ago by Lost Paul
Provides a dynamic overview of your vault or folders in the format of a code block.
Autofit Tabs
a year ago by Bradley Wyatt
Obsidian Plugin that automatically adjusts tab header widths in real-time to perfectly fit each tab's title content while maintaining a clean, seamless interface that prevents awkward text truncation and ensures optimal readability of your document titles.
FolderFile Splitter
a year ago by Xu Quan
Cursor Position History
a year ago by Florian Gubler
A Plugin to remember (and make accessible) the cursor history in Obsidian. Both within a file and across files.
Reading View j/k Scroll
a year ago by Lukas Korotaj
Scroll in preview mode with j/k keys. Scroll to top with gg and to bottom with G.
Previous Daily Note
a year ago by Marcos Talau
Plugin for Obsidian that opens the previous daily note
SQLite DB
a year ago by Stefano Frigerio
Backlink Full Path
a year ago by mnaoumov
Obsidian plugin that shows the backlink's full path in the backlinks panel.
Yesterday's note
a year ago by Trevor Tyler Lee
Obsidian plugin to open yesterday's daily note
Wheel Tab Switcher
a year ago by 22-2
Switch between Obsidian Tabs using your mouse wheel when hovering over tab headers.
Quick Nav
a year ago by exoticknight
Enhance your editing experience by unleashing the hidden power of shortcuts.
Smooth Navigator
a year ago by Michael Schrauzer
Smoothly cycle through open files and splits in Obsidian via the keyboard.
Open Tab Settings
a year ago by jesse-r-s-hines
Obsidian plugin that adds options to customize how tabs are opened, including open in new tab by default, preventing duplicate tabs, and more
Reveal Folded
a year ago by d7sd6u
Adds a command that reveals current file while collapsing every other tree item
Mark Open Files
a year ago by Michael Schrauzer
Adds a marker to all the File Explorer items that are currently open in the Obsidian workspace.
Tag Index
10 months ago by wenlzhang
An Obsidian plugin that creates a curated list of important tags to serve as meaningful entry points to your knowledge base.
Custom Slides
9 months ago by David V. Kimball
Customize Obsidian's Slides core plugin's navigation, styles, and behavior.
Scrolls To Nav Top
9 months ago by mario
Simply scrolls to nav top
Drag To Scroll
8 months ago by Constantine Sazonov
Adds drag-to-scroll functionality to Obsidian. Hold mouse button and drag - now you can scroll like on touch device!
Datacore
8 months ago by Michael Brenan
Work-in-progress successor to Dataview with a focus on UX and speed.
Note Minimap
8 months ago by Yair Segel
Add a minimap to your Obsidian notes.
Tab File Path
8 months ago by John Burnett
Notebook Navigator
8 months ago by Johan Sanneblad
Replace the default file explorer in Obsidian with a clean two-pane interface featuring folder tree, tag browsing, file previews, keyboard navigation, drag-and-drop, pinned notes, and customizable display options.
HOME key
8 months ago by shichishima
Obsidian Plugin to move cursor to beginning of text, considering Markdown heading characters.
Canvas Link to Group
7 months ago by TGRRRR
Plugin for Obsidian Canvas enabling direct links to specific groups within canvas files for improved navigation
Mobile Sidebar Notes
6 months ago by Chris Kephart
Open notes & new tabs in the sidebar on the Obsidian mobile app.
Daily Notes Tweaks
6 months ago by René Coignard
Open a random daily note and automatically switch past daily notes to reading mode.
SideNote
5 months ago by mofukuru
Obsidian plugin: Add comment on the part of sentence and refer in comment view.
Last Edit Location
4 months ago by Kyoungdeuk
When opening a note, put the cursor at the last edit location.
Remember Scrollposition
4 months ago by s-blu
A plugin that saves the scroll position for each note to return you to where you left off
Better Link Clicker
4 months ago by Eniverz
An Obsidian plugin that modifies the default link click event.
Next TOC
4 months ago by RavenHogWarts
Floating TOC panel
Inline Local Graph
3 months ago by TKOxff
Inline Local Graph of Obsidian
Floating Headings
3 months ago by k0src
Displays a floating, collapsible outline of a note's headings on the right side of the editor. Expands on hover, click to navigate.