Change 'repeating' to 'recurring' for tasks feature

Updated terminology to use standard "recurring tasks" instead of
"repeating tasks". Also updated frontmatter fields:
- repeat -> recurs
- repeat_until -> recurs_until

"Recurring" is the more common and standard term in task management.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude 2025-11-03 21:10:45 +00:00
parent d1258e7864
commit e1b46198bb
No known key found for this signature in database

View file

@ -739,12 +739,12 @@ mod android {
- [ ] Easy onboarding for Google Tasks users
#### Advanced Task Management
- [ ] **Repeating tasks** (tasks that automatically uncomplete and reschedule)
- [ ] **Recurring tasks** (tasks that automatically uncomplete and reschedule)
- When completed, task automatically returns to backlog
- Due date updates by specified interval (e.g., +1 day, +1 week, +1 month)
- Intervals: daily, weekly, monthly, yearly, custom (e.g., "every 3 days")
- Optional: limit number of repetitions or end date
- Stored in frontmatter: `repeat: "daily"`, `repeat_until: "2026-01-01"`
- Stored in frontmatter: `recurs: "daily"`, `recurs_until: "2026-01-01"`
- [ ] Task templates (save common tasks)
- [ ] Bulk operations (select multiple, bulk edit)
- [ ] Full-text search across all tasks