manage-frontmatter
Manipulate note frontmatter properties, tags, aliases, and inline fields in Obsidian vaults using actions like get, set, remove, add, and manage inline fields.
Instructions
Unified tool for manipulating note frontmatter properties, tags, aliases, and inline fields
Input Schema
TableJSON 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 |