smirnoffmg23 downloadsInfinite vertical temporal feed for your daily Periodic Notes.
An Obsidian community plugin that turns your daily Periodic Notes into an infinite vertical temporal feed — time as the main way to browse your journal.

For local development, see dev.md.
Timeflow runs entirely offline in your vault. It does not send note contents elsewhere or collect analytics.
Configure the initial date range and markers in Settings -> Timeflow Periodic.
See dev.md for local setup (make local-dev, make sync-demo for the demo vault).
make install
make local-dev
make test
make lint
make build
src/
domain/ # Pure timeline logic (tested without Obsidian)
ports/ # Interfaces (repository, renderer, clock)
adapters/ # Obsidian and DOM implementations
presenters/ # Feed orchestration
views/ # Timeflow ItemView
commands/ # Plugin commands
tests/ # Vitest unit tests
demo-vault/ # Seed vault for screenshots
Architecture follows ports/adapters with a thin main.ts composition root. See AGENTS.md for plugin conventions.
See RELEASE.md and CHANGELOG.md.
0-BSD (see LICENSE).