Skip to content

Batch Operations

Perform bulk updates across multiple notes efficiently.

Batch Updates

Apply the same rule to multiple notes at once.

Condition:

tags contains "project"

Action:

SET status "active", SET updated_date "{{now}}"

Performance Tips

  1. Preview first - Always check what will be affected
  2. Start small - Test on a subset of notes first
  3. Save rules - Reuse successful patterns
  4. Check results - Verify changes after applying

Common Batch Operations

Bulk Tagging

Condition:

NOT tags contains "reviewed"

Action:

FOR tags APPEND "reviewed", SET reviewed_date "{{now}}"

Status Migration

Condition:

status = "old-status"

Action:

SET status "new-status"

Metadata Cleanup

Condition:

HAS temp_field

Action:

DELETE temp_field

See Also

Released under the MIT License.