796 B
796 B
id, title, type, tags, sources, last_updated
| id | title | type | tags | sources | last_updated | |||
|---|---|---|---|---|---|---|---|---|
| writing-metrics | 写作量统计 | concept |
|
|
2026-04-16 |
Definition
写作量统计 是指量化记录每日/每周/每月的笔记产出(篇数、字数、字符数),帮助写作者追踪写作习惯和进度。
Metrics Tracked
- 篇数:新建笔记数量
- 字数:每日/每周/每月总字符数
- 任务完成数:已完成的待办事项数量
- 标签分布:各主题标签下的笔记数量
Tool Example
- Dataview:通过
file.ctime(创建时间)和length(file.text)(文本长度)实现统计