~cytrogen/.emacs.d

2274abff — Cytrogen 3 months ago
feat: 添加书单功能和 org-agenda 自定义视图

- org-structure.org: 添加"想读"和"读完"两个 capture 模板
- pkg-org.el: 添加 org-agenda 自定义视图 (C-c a r)
  - rw: 查看想读的书
  - rb: 查看正在读的书
  - rd: 查看读完的书
  - is: 查看分享的项目
- pkg-org.el: 添加书单操作快捷键
  - S: 开始阅读(从想读转为书籍笔记)
  - F: 完成阅读(创建读后感)
416a2311 — HallowDem 3 months ago
dev: 添加 gitignore
d2d4752f — Cytrogen 3 months ago
feat: 添加分享项目/工具的 capture 模板和 monthly refile 支持

- org-structure.org: 添加"分享"子类到 Inbox,用于捕获项目/工具分享
- pkg-org.el: 修复属性解析器处理包含 :END: 的模板值,支持 TYPE 属性
- pkg-blog.el: 添加"有趣项目"栏目到 monthly 模板,支持 refile 时转换为无序列表
efe4471e — HallowDem 3 months ago
First commit