What problem does it solve?
This Skill simplifies interaction with Obsidian vaults, allowing users to read, create, search, and manage notes, tasks, and more, as well as develop and debug plugins and themes from the command line.
Core Features & Use Cases
- Vault Management: Interact with Obsidian vaults to read, create, and manage notes and tasks.
- Search and Read: Search vault content and read notes without opening the application.
- Plugin and Theme Development: Support for plugin and theme development with commands for reloading plugins, running JavaScript, and inspecting the DOM.
- Use Case: For a user who wants to quickly search their notes or manage their tasks from the command line, or for a developer who needs to test changes to an Obsidian plugin or theme.
Quick Start
Run the obsidian search query="test" command to search your vault for notes containing the word "test".