manage-frontmatter
Manage frontmatter properties, tags, aliases, and inline fields in Obsidian notes. Perform get, set, remove, add-tag, add-alias operations to control note metadata.
Instructions
Unified tool for manipulating note frontmatter properties, tags, aliases, and inline fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'get', 'set', 'remove', 'add-alias', 'add-tag', 'get-inline-fields', 'set-inline-field' | |
| path | No | Path to the note | |
| key | No | Frontmatter key | |
| value | No | Value to set | |
| expected_mtime | No | Expected file modification time (RFC3339Nano) for optimistic concurrency | |
| alias | No | Alias to add | |
| tag | No | Tag to add |