---# 1. YAML Frontmatter (metadata)title: Coffee Brewing Methodstype: notetags: [coffee, brewing]permalink: coffee-brewing-methods---# 2. Content (your writing)Your regular markdown content goes here.Write whatever you want - this is preserved exactly.# 3. Semantic Sections (optional)- [method] Pour over provides more flavor clarity- implements [[Search Design]]
The ## Observations and ## Relations headings are conventional but NOT required. The parser detects observations and relations by their syntax patterns anywhere in the document.
---title: Project Ideastype: notetags: [ideas, brainstorm]---# Project IdeasSome interesting projects I want to explore.## Observations- [idea] Build a CLI tool for markdown linting #tooling- [idea] Create a recipe knowledge base #cooking- [priority] Focus on developer tools first (Q1 goal)- [question] Should we use TypeScript or Python?## Relations- inspired_by [[Developer Workflow Research]]- part_of [[Q1 Planning]]- relates_to [[Side Projects]]
---title: Paul Grahamtype: Persontags: [startups, essays, lisp]permalink: paul-graham---# Paul GrahamEssayist, programmer, and venture capitalist.## Observations- [name] Paul Graham- [role] Co-founder of Y Combinator- [expertise] Startups- [expertise] Lisp programming- [expertise] Essay writing- [fact] Created Viaweb, the first web application (1995)- [fact] PhD in Computer Science from Harvard- [writing_style] Clear, conversational essays## Relations- works_at [[Y Combinator]]- authored [[Hackers and Painters]]- collaborated_with [[Robert Morris]]- inspired_by [[John McCarthy]]
---title: Architecture Review 2024-01-15type: Meetingtags: [architecture, planning]date: 2024-01-15attendees: [alice, bob, charlie]---# Architecture Review 2024-01-15## Observations- [attendee] Alice Chen- [attendee] Bob Smith- [attendee] Charlie Davis- [decision] Moving to microservices architecture- [decision] Using gRPC for inter-service communication- [action_item] Alice to draft service boundaries (by Friday)- [action_item] Bob to research gRPC libraries- [blocker] Need approval for AWS budget increase- [next_steps] Follow-up meeting next Tuesday## Relations- follows [[Scaling Discussion]]- part_of [[Q1 Architecture Sprint]]- blocked_by [[Budget Approval]]
# Parse a file and check for issuesbasic-memory sync --dry-run# Validate against a schema (if using schemas)basic-memory schema validate path/to/file.md