Files
nexus/wiki/concepts/Recurring-Task.md
2026-04-22 12:02:55 +08:00

22 lines
800 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Recurring Task"
type: concept
tags: []
sources: []
last_updated: 2025-03-13
---
## Definition
Recurring Task重复任务是指周期性自动创建新实例的任务机制使用 `⏳ every week`/`⏳ every month` 等语法在 Obsidian Tasks 插件中实现,避免手动复制粘贴更新日期的重复劳动。
## Details
- **语法**`⏳ every week`(每周)、`⏳ every month`(每月)
- **应用场景**:每周发布公众号文章、每月整理笔记等周期性事务
- **优势**:彻底解放手动更新日期的重复劳动,任务完成后自动在下一个周期生成新任务实例
## Related Concepts
- [[Obsidian Tasks]]Recurring Task 的实现插件
## Sources
- [[obsidian-tasks-插件-这可能是最适合懒人的任务管理方式]]