Search for existing memory notes in the Obsidian vault and present the top results.
/plugin marketplace add arittr/tabula-scripta/plugin install tabula-scripta@tabula-scripta# Recall - Search Existing Memories Search for existing memory notes in the Obsidian vault and present the top results. ## Usage **Arguments:** - `query` - Search terms to find relevant memories (required) **Examples:** ## Implementation When this command is invoked: ### 1. Parse and Validate Query 1. Parse the query by trimming whitespace from the command input 2. Validate that the query is not empty - If query is empty, return error message: "Query is required. Usage: /recall [query]" ### 2. Detect Project Context 1. Attempt to detect the current project from the git repos...