Project History
A timeline of major project milestones using a custom marker (journey) configured
in book.toml.
v2.0 — Complete Rewrite
ActiveMigrated from proof-of-concept to production-ready preprocessor. Added custom markers, theme-aware CSS, and the full interactive hover system.
v1.0 — Initial Release
First public release with basic timeline rendering, year labels, and card support. Adopted by three documentation projects within the first month.
Prototype
Weekend hack to see if mdBook preprocessors could render interactive timelines. Hand-crafted HTML injected via a simple regex replace.
What Makes This Different
This page uses timeline-marker = "journey" in book.toml:
[preprocessor.timeline]
timeline-marker = "journey"
The marker word is fully configurable — use {{era}} for historical timelines,
{{sprint}} for agile retrospectives, or any word that fits your domain.