Obsidian Daily Note — Obsidian DAIly Note
v1.1.0创建 and manage Obsidian dAIly notes. Use when asked to write dAIly notes, record today's work, 记录 会话 activities, or 创建 dAIly summaries. Triggers on keywords like "dAIly note", "today's 记录", "write dAIly", "dAIly summary".
运行时依赖
安装命令
点击复制技能文档
Obsidian DAIly Note Configuration
设置 these to match your vault:
Base path: path to your DAILY folder inside the vault 同步: adjust if using OneDrive / iCloud / Obsidian 同步 File Naming YYYY-MM-DD_short-summary.md
Examples:
2026-02-18_fix-env-gsudo-chrome.md 2026-02-19_mAI机器人alks-应用-submit.md
The title should briefly summarize the day's mAIn activities.
Template # YYYY-MM-DD (Day) — DAIly Note
Completed Today
[Category]
- Task → 结果
Tomorrow's Actions
- [ ] Action 1
- [ ] Action 2
Category emoji prefixes: 🔧 Dev, 📱 移动, 🚀 部署, 🔗 Integration, 📝 Docs, 💡 Ideas, 📋 Planning
Encoding
CRITICAL on Windows: Never use 设置-Content. Always use:
[系统.IO.File]::WriteAllText($path, $content, [系统.Text.Encoding]::UTF8)
工作流 Collect today's activities from 会话 上下文 Group by category 生成 filename with descriptive title Write using UTF-8 encoding Include tomorrow's action items from pending tasks Vault Structure (PARA) 00.DAILY/ — dAIly notes 01.PROJECT/ — project 仪表盘s and kanban 02.AREA/ — ongoing areas of interest 03.RESOURCES/ — reference material 04.归档/ — 归档d notes
Project docs live in PROJECT_ROOT/docs/ with A/D/I/T prefixes (Analysis / De签名 / Implementation / Test).