What problem does it solve?
This Skill simplifies the management and organization of notes in the Obsidian vault, providing quick access to information, efficient note creation, and streamlined note linking.
Core Features & Use Cases
- Efficient Searching: Search for notes quickly and effectively using both filename and content-based search methods.
- Note Creation: Simplify the creation of new notes using the hierarchical numbering scheme.
- Note Linking: Quickly find related notes using the
[[wikilinks]] syntax.
- Use Case: Suppose you're working on a project that involves several interrelated notes. This Skill helps you find the necessary information quickly, organize your notes effectively, and maintain a structured knowledge base.
Quick Start
Search for a note using the 'find' command by filename: find "/mnt/d/Obsidian Vault/AI Research/" -name "*.md" | grep -i "keyword" or by content: grep -rl "keyword" "/mnt/d/Obsidian Vault/AI Research/" --include="*.md". To create a new note, simply create a new .md file with Title Case and relevant content. To link to a note, use [[Note Title]].