Obsidian Tools
Plugins, extensions, and utilities for Obsidian knowledge management system.
See also: Command Line Tools , Development Tools , Productivity Tools
Plugins & Extensions
Obsidian plugins and integrations that extend functionality.
-
A Raycast extension for quickly opening Obsidian vault links and navigating between notes.
Example usage:# Install via Raycast Store # Search for "Open Obsidian Links" in Raycast extensions # Use the extension # 1. Open Raycast (Cmd+Space or your custom hotkey) # 2. Type "Open Obsidian Link" # 3. Select or search for the note you want to open # 4. Press Enter to open in Obsidian
-
An Obsidian plugin that uses AI vision models to automatically generate meaningful names for image files.
Example usage:# From File Explorer Right-click any image file and select "Rename with best suggestion" or "Rename from suggestions" # From Inline Images Right-click on an image displayed inline in a note # From Command Palette Open an image file and run commands from Command Palette (Ctrl/Cmd + P)
Command Line Tools
Command line utilities for debugging and maintaining Obsidian vaults.
-
A binary search tool to identify problematic Obsidian plugins that may be causing crashes, freezes, or other issues in your vault.
Example usage:# Run the script with your vault path python bisect-obsidian-extensions.py /path/to/your/vault # Or if made executable ./bisect-obsidian-extensions.py /path/to/your/vault # Include lazy-plugins in the search python bisect-obsidian-extensions.py /path/to/your/vault --keep-lazy