bulk-operations
Perform bulk operations on Obsidian notes: add or remove tags, move files to new folders, and update frontmatter fields across multiple notes at once.
Instructions
Unified bulk operational tool for tagging, moving, and updating frontmatter across multiple notes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'tag', 'move', 'set-frontmatter' | |
| paths | No | Comma-separated list or JSON array of paths | |
| tag | No | Tag to add or remove | |
| tag_action | No | Action: 'add' (default), 'remove' | |
| dry_run | No | Preview changes without modifying files | |
| destination | No | Destination folder | |
| update_links | No | Whether to update links (default true) | |
| key | No | Frontmatter key | |
| value | No | Value to set |