Calendar Hub: click a date and see *every* note from that day, in any folder — not just your one Daily Note
I kept hitting the same wall: I generate a lot of dated notes — daily logs, meeting notes, AI-generated summaries — and they scatter across different folders. The built-in Calendar plugin only knows about my one configured Daily Note, so everything else was basically invisible on the calendar.
So I built **Calendar Hub**. Click a date and it surfaces *every* note dated to that day — matched by the date in the filename *or* in frontmatter — no matter which folder it lives in.
Example: click July 3 and it pulls up `Daily/2026-07-03.md`, `Meeting notes/team sync 20260703.md`, `Work log/work log 20260703.md`, and a research note that only has `date: 2026-07-03` in its frontmatter — all from one sidebar.
It's a fork of Liam Cain's Calendar, so everything you already rely on still works (monthly view, note-count dots, weekly notes, theme support). It uses its own plugin id, so you can run it alongside the original and switch over only once you're happy with it.
It's in the community plugin browser — search "Calendar Hub". Repo link in the comments.
Would love feedback, especially on date-matching edge cases.