add_tag
Adds a tag to a note's frontmatter, creating the tags array if it doesn't exist.
Instructions
Add a tag to a note's frontmatter. Creates the tags array if it doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | Tag to add (e.g., "project" or "#project") | |
| path | Yes | Path to the note |