find_notes_by_name
Search Obsidian notes by filename, retrieving all notes whose name contains the specified text for quick access.
Instructions
Find notes by their filename. Searches for notes whose name contains the specified text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Text that the filename should contain. | |
| exactMatch | No | If true, filename must match exactly (case-insensitive). |