工具集
这篇其实是工具推介。
22i – 23b
领域 | 移动 (ios) | 电脑 (win) | 纸 |
---|---|---|---|
时间管理、统计、gtd | 3x3,滴答清单,时间块 | 滴答清单,org-mode,logseq,excel | nolty 1211 + rolling weekly |
写作 | 备忘录,draft | ||
看书、ocr | 图书,document,自带 ocr,微信读书 | sumatrapdf,snipaste, |
|
笔记 | 滴答清单,beorg(只用来浏览),pendo | org-mode,obsidian, |
任意笔记本 + all in one,分类汇总到 a7 活页本 |
上网 | safari | vivaldi | / |
bt 下载 | / | 比特彗星 | / |
视频 | pot player | / | |
概念图 | cmap,flowchart.fun,obsidian canvas | / | |
思维导图 | xmind | xmind | |
流程图 | typora,draw.io | ||
截屏 | / | snipaste | / |
屏幕取色 | / | snipaste | / |
分屏 | / | powertoys 的 fancyzone | / |
csv 表格 | libreoffice calc | / | |
写代码 | / | vscode | / |
节拍器 | metronome(是最好的,可以给每首曲子设定节拍,统计练习时长) | / | |
png 体积缩小 | / | tweakpng(一个很小的软件) | / |
剪辑 markdown | / | markdownload (chrome) | / |
背单词 | 单词块(实用,结合查词和复习,ui 设计很合理) | / | |
日记 | daygram, |
||
购物清单 | notion |
22k 时间块怎么用
时间块记录日程有三种粒度
- 事件类型:睡觉、杂事等不想记录或不必记录或忘记内容的大块
- 事件内容:作品、学习、电影、书
- 备忘:适用于临时、突发事件
因此它可以
- 统计一段时间内每一类事件的耗时
- 统计一段时间内读的书、在哪个项目上花了时间
- 一个项目的不同类型工作(如研究阶段和制作阶段)分开统计
还有这样的功能
- 置顶最近的常用事件,有助于跟踪近期目标
- 导出 csv 自己可视化
本页的表格代码
article table {border: none; padding: 2px;}
article table th, article table td, article table tr {border-color: #e6e6e6;}
article table th { font-weight: bold; border-top:none; background: transparent; border-width: 1px 1px 1px; }
th:last-child, td:last-child { border-right:none; }
th:first-child, td:first-child { border-left:none; padding-left:0; }
tr:last-child td { border-bottom:none; }