查看并检查您的状态

关于此文件

此文件由 Obsidian tasks 插件(version 7.19.1)创建,以帮助可视化此仓库中的任务状态.

如果更改 Tasks 状态设置,则可以通过以下方式获取更新后的报告:

  • 前往 设置 Tasks
  • 点击 查看并检查您的状态

您可以随时删除此文件.

状态设置

这些是核心和自定义状态部分中的状态值.

  1. sapce : Todo
  2. x : Done
  3. [/] / : IN_PROGRESS
  4. - : canceled
  5. [>] > : forwarded
  6. [<] < : scheduling
  7. [?] ? : question
  8. [!] ! : important
  9. [] * : star
  10. [”] : quote
  11. [l] l : location
  12. [b] b : bookmark
  13. [i] i : information
  14. [S] S : savings
  15. [I] I : idea
  16. [p] p : pros
  17. [c] c : cons
  18. [f] f : fire
  19. [k] k : key
  20. [w] w : win
  21. [u] u : up
  22. [d] d : down

已处理

状态符号下一个状态符号状态名称状态类型ICON
spacexTodoTODO
xspaceDoneDONE
/xIN_PROGRESSIN_PROGRESS
-spacecanceledCANCELLED
>xforwardedTODO
<xschedulingTODO
?xquestionTODO
!ximportantTODO
*xstarTODO
"xquoteTODO
lxlocationTODO
bxbookmarkTODO
ixinformationTODO
SxsavingsTODO
IxideaTODO
pxprosTODO
cxconsTODO
fxfireTODO
kxkeyTODO
wxwinTODO
uxupTODO
dxdownTODO

已加载设置

这些是 Tasks 实际使用的设置.

flowchart LR
 
classDef TODO        stroke:#f33,stroke-width:3px;
classDef DONE        stroke:#0c0,stroke-width:3px;
classDef IN_PROGRESS stroke:#fa0,stroke-width:3px;
classDef CANCELLED   stroke:#ddd,stroke-width:3px;
classDef NON_TASK    stroke:#99e,stroke-width:3px;
 
1["'Todo'<br>[ ] -> [x]<br>(TODO)"]:::TODO
2["'Done'<br>[x] -> [ ]<br>(DONE)"]:::DONE
3["'IN_PROGRESS'<br>[/] -> [x]<br>(IN_PROGRESS)"]:::IN_PROGRESS
4["'canceled'<br>[-] -> [ ]<br>(CANCELLED)"]:::CANCELLED
5["'forwarded'<br>[&gt;] -> [x]<br>(TODO)"]:::TODO
6["'scheduling'<br>[&lt;] -> [x]<br>(TODO)"]:::TODO
7["'question'<br>[?] -> [x]<br>(TODO)"]:::TODO
8["'important'<br>[!] -> [x]<br>(TODO)"]:::TODO
9["'star'<br>[*] -> [x]<br>(TODO)"]:::TODO
10["'quote'<br>[&quot;] -> [x]<br>(TODO)"]:::TODO
11["'location'<br>[l] -> [x]<br>(TODO)"]:::TODO
12["'bookmark'<br>[b] -> [x]<br>(TODO)"]:::TODO
13["'information'<br>[i] -> [x]<br>(TODO)"]:::TODO
14["'savings'<br>[S] -> [x]<br>(TODO)"]:::TODO
15["'idea'<br>[I] -> [x]<br>(TODO)"]:::TODO
16["'pros'<br>[p] -> [x]<br>(TODO)"]:::TODO
17["'cons'<br>[c] -> [x]<br>(TODO)"]:::TODO
18["'fire'<br>[f] -> [x]<br>(TODO)"]:::TODO
19["'key'<br>[k] -> [x]<br>(TODO)"]:::TODO
20["'win'<br>[w] -> [x]<br>(TODO)"]:::TODO
21["'up'<br>[u] -> [x]<br>(TODO)"]:::TODO
22["'down'<br>[d] -> [x]<br>(TODO)"]:::TODO
1 --> 2
2 --> 1
3 --> 2
4 --> 1
5 --> 2
6 --> 2
7 --> 2
8 --> 2
9 --> 2
10 --> 2
11 --> 2
12 --> 2
13 --> 2
14 --> 2
15 --> 2
16 --> 2
17 --> 2
18 --> 2
19 --> 2
20 --> 2
21 --> 2
22 --> 2
 
linkStyle default stroke:gray

├─CYG-Works │ ├─CRM 开发 │ │ └─Template │ ├─CYG 日常 │ │ ├─2025-10 │ │ ├─2025-11 │ │ ├─2025-12 │ │ ├─CANVAS │ │ └─信息部资料 │ ├─CYG 绩效考核 │ ├─IT 工单 │ │ ├─2025-10 │ │ └─2025-11 │ ├─Template │ │ ├─QuickAdd │ │ ├─Templater │ │ ├─Windows │ │ └─数据看板 │ └─业务笔记 │ ├─CANVAS │ ├─开票回款 │ ├─招投标业务 │ ├─提成业务 │ ├─订单业务 │ └─费用业务 ├─DATAFILES │ ├─massCode │ ├─PrivateFiles │ ├─Themes&Tonts │ │ ├─Fonts │ │ └─Themes │ └─数据看板 ├─HOTKEYS ├─年份归档 │ ├─2024 │ │ ├─工单 │ │ └─笔记 │ └─2025 │ ├─IT 工单 │ └─每日笔记 └─插件学习 ├─Docs └─插件介绍页

├─CYG-Works //工作目录 │ ├─docs //杂项文档 │ ├─业务笔记-Business_Notes //业务笔记文档 │ ├─临时文件-Temp_Files //临时文件 │ ├─代码集合-Code_Collection //存储代码块 │ ├─日常笔记-Daily //每日笔记 │ ├─汇总-Annual_Report //年报 │ └─需求任务-Tasks //任务需求工单 ├─公开信息-Public_Files //存储插件逻辑、模板、字体等信息 ├─年份归档-Archiving //归档文件夹 ├─插件学习 //插件的学习文档 ├─至高-Supreme_Privacy //私人笔记 └─隐私数据-Dark_Dark