Journals
Overview
Section titled “Overview”Journals are daily entries for personal reflection, mood tracking, and noting what you worked on. They can reference projects and use tags for categorization.
Frontmatter Schema
Section titled “Frontmatter Schema”---uid: "2024-03-15"date: 2024-03-15mood: goodtags: - productive - client-workprojects: - acme-crm-integration---| Field | Type | Required | Description |
|---|---|---|---|
uid | string | Yes | Unique identifier (date string) |
date | date | Yes | Entry date |
mood | 'great' | 'good' | 'neutral' | 'bad' | 'terrible' | No | How the day went |
tags | string[] | No | Categorization tags |
projects | string[] | No | Project slug references |
File Location
Section titled “File Location”src/content/journals/2024-03-15.mdSlug format: YYYY-MM-DD
Example Entry
Section titled “Example Entry”---uid: "2024-03-15"date: 2024-03-15mood: goodtags: - productive - client-workprojects: - acme-crm-integration---
## What I did- Kicked off [[acme-crm-integration]] project with [[sarah-chen]]- Finished auth implementation for API- Reviewed and merged 3 PRs
## What went well- Meeting was efficient, clear next steps- Auth flow working on first try
## What could improve- Need to block more focus time in the morningRelated Collections
Section titled “Related Collections”- Projects — Projects worked on that day
Commands
Section titled “Commands”| Command | Description |
|---|---|
/mybuddy.journal.create | Create a new journal entry |
/mybuddy.journal.view [slug] | View journal detail |
/mybuddy.journal.edit [slug] | Edit journal |
/mybuddy.journal.list [filters] | List journals (filter by mood, tags, date range) |
/mybuddy.journal.delete [slug] | Delete with confirmation |