remove_from_array_field
Remove specific values from array fields in a note's frontmatter, such as tags or aliases. Specify the note path, field name, and values to delete.
Instructions
Remove values from an array field in frontmatter (e.g., tags, aliases).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note | |
| field | Yes | Name of the array field (e.g., "tags", "aliases") | |
| values | Yes | Values to remove from the array |