Bulk Update Frontmatter
bulk_update_frontmatterUpdate frontmatter fields across multiple notes in a folder or entire vault. Preview changes with dry-run before applying; max file limit and rollback snapshot ensure safety.
Instructions
Merge the same frontmatter fields into every note under a folder (or the whole vault). Only notes where a value actually changes are touched. Defaults to dry-run, enforces maxFiles, and creates a rollback snapshot (restorable via rollback_bulk_edit) when applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Preview only (default true). Set false to apply. | |
| fields | Yes | Fields to add or replace on every matching note. | |
| folder | No | Optional vault-relative folder scope. Omit for the whole vault. | |
| maxFiles | No | Abort above this changed-file count (default 100). |