obsidian-todoist-sync
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseObsidian Todoist Plugin (Sync with Todoist, v2.6.0)
Obsidian Todoist 插件(同步 Todoist,v2.6.0)
An unofficial plugin that integrates Todoist tasks into your Obsidian vault. Primarily one-way sync (Todoist → Obsidian), with limited ability to create tasks from Obsidian. Works on desktop and mobile.
这是一款非官方插件,可将 Todoist 任务集成到你的 Obsidian 库中。主要为单向同步(Todoist → Obsidian),支持从 Obsidian 创建任务的功能有限,可在桌面端和移动端使用。
Reference files
参考文件
Load these only when the user's question requires the detail:
| File | When to read |
|---|---|
| User asks about embedding tasks, query syntax, filter options, sorting, groupBy, show, autorefresh, view |
| User asks about add task command, sync command, or any plugin configuration setting |
仅当用户的问题需要详细说明时才加载以下文件:
| 文件 | 读取时机 |
|---|---|
| 用户询问嵌入任务、查询语法、过滤选项、排序、groupBy、show、autorefresh、view 相关内容时 |
| 用户询问添加任务命令、同步命令或任何插件配置设置时 |
1. Installation
1. 安装
Via Obsidian (recommended):
Open this link in Obsidian:
Or visit: https://obsidian.md/plugins?id=todoist-sync-plugin
obsidian://show-plugin?id=todoist-sync-pluginManual:
- Settings → Community Plugins → enable community plugins
- Browse → search "Todoist Sync" → Install → Enable
通过 Obsidian 安装(推荐):
在 Obsidian 中打开此链接:
或访问:https://obsidian.md/plugins?id=todoist-sync-plugin
obsidian://show-plugin?id=todoist-sync-plugin手动安装:
- 设置 → 社区插件 → 启用社区插件
- 浏览 → 搜索 "Todoist Sync" → 安装 → 启用
2. API Token Setup
2. API Token 设置
After enabling the plugin:
- A popup asks for your Todoist API token
- Enter the token directly or use "Paste from clipboard"
- A checkmark appears if the token is valid
- Click Save
Token is stored in Obsidian's built-in secret storage by default. File-based storage () is available in configuration — avoid syncing that file if you share your vault.
.obsidian/todoist-token启用插件后:
- 会弹出窗口要求输入你的 Todoist API token
- 直接输入 token 或使用“从剪贴板粘贴”
- 如果 token 有效,会显示一个对勾
- 点击 保存
默认情况下,Token 存储在 Obsidian 的内置保密存储中。配置中也支持基于文件的存储()——如果你共享库,请不要同步该文件。
.obsidian/todoist-token3. Quick Start
3. 快速入门
Embed tasks in a note:
```todoist
filter: "today | overdue"
```Only is required. All other options (, , , , , ) are optional.
→ For full query block reference, read
filternameautorefreshsortinggroupByshowviewreferences/query-blocks.mdAdd a task from Obsidian:
Command Palette → "Add task" (pre-populates with any selected text)
→ For command variants and configuration, read
references/commands-and-config.md在笔记中嵌入任务:
```todoist
filter: "today | overdue"
```仅需必填项 。其他所有选项(、、、、、)均为可选。
→ 如需完整的查询块参考,请阅读
filternameautorefreshsortinggroupByshowviewreferences/query-blocks.md从 Obsidian 添加任务:
命令面板 → "Add task"(会自动填充选中的文本)
→ 如需了解命令变体和配置,请阅读
references/commands-and-config.md