Understand the Journal file structure and entry format
mainThe server uses two distinct storage locations:
- Project Journal: Stored in
.private-journal/within the current project directory. - User Journal: Stored in
~/.private-journal/in the user's home directory.
Each entry is a Markdown file containing YAML frontmatter and structured sections.
Entry Format Example:
---
title: "2:30:45 PM - May 31, 2025"
date: 2025-05-31T14:30:45.123Z
timestamp: 1717160645123
---
## Reflections
I'm excited about this new search feature...
## Technical Insights
Vector embeddings provide semantic understanding...