Bulk Remove Frontmatter Field
bulk_remove_frontmatter_fieldRemove a specified frontmatter field from all notes under a folder or entire vault, with dry-run and rollback.
Instructions
Remove exactly one frontmatter field from every note under a folder (or the whole vault) that carries it. Defaults to dry-run, enforces maxFiles, and creates a rollback snapshot (restorable via rollback_bulk_edit) when applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | Top-level frontmatter field name to remove. | |
| dryRun | No | Preview only (default true). Set false to apply. | |
| folder | No | Optional vault-relative folder scope. Omit for the whole vault. | |
| maxFiles | No | Abort above this changed-file count (default 100). |