Personal Library
A personal library is for ideas that outlive any single repository: reading notes, design patterns, architecture decisions, research, snippets, and recurring lessons.
Initialize
Section titled “Initialize”pkm init --scope globalDefault location:
~/PKMOverride with PKM_GLOBAL_LIBRARY when you want a different folder.
Daily Use
Section titled “Daily Use”pkm capture "question about queue backpressure"pkm save --title "Backpressure Patterns" --tags architecture,messagingpkm indexpkm search backpressureKeep It Useful
Section titled “Keep It Useful”- Process
Inbox/regularly. - Add wikilinks while editing notes.
- Prefer a few durable tags over a large tag vocabulary.
- Generate MOCs for topics that become central.
pkm moc "Messaging Systems" --tags messaging