pub fn load_journal_from( dir: &Path, max_entries: usize, preview_lines: usize, ) -> Vec<JournalEntry>
Pure helper: read journal entries from dir. Exposed so tests can point at a tempdir.
dir