บันทึก note ด่วน | Quick note capture
Capture quick notes with automatic timestamps and tags in your memory logs. Use it to jot down ideas, commands, or observations without breaking your workflow.
/plugin marketplace add MaouStan/ai-productivity-kit/plugin install ai-productivity-kit@ai-productivity-kitบันทึก note ด่วน Quick note capture
ψ/memory/logs//ai-kit:note [หมวดหมู่?] [ข้อความ]
# Note: {{title}}
**Date**: {{YYYY-MM-DD}}
**Time**: {{HH:mm}}
**Tags**: {{tags}}
## Note
{{user_input}}
---
User: /ai-kit:note docker-compose volume path ต้องใช้ absolute path
AI:
✅ Note saved to `ψ/memory/logs/2026-01-03_note.md`
# Note: Docker Compose Volume Paths
**Date**: 2026-01-03
**Time**: 14:45
**Tags**: docker, troubleshooting
## Note
docker-compose volume path ต้องใช้ absolute path
ไม่สามารถใช้ relative path ได้ เพราะ mount จาก host
Example:
```yaml
volumes:
- ./data:/app/data # ❌ May not work
- /full/path/to/data:/app/data # ✅ Use absolute