Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Project History

A timeline of major project milestones using a custom marker (journey) configured in book.toml.

2024 Q1

v2.0 — Complete Rewrite

Active
mdBook Timeline

Migrated from proof-of-concept to production-ready preprocessor. Added custom markers, theme-aware CSS, and the full interactive hover system.

RustmdBookPreprocessor
2023 Q3

v1.0 — Initial Release

Open Source Community

First public release with basic timeline rendering, year labels, and card support. Adopted by three documentation projects within the first month.

ReleaseCommunity
2023 Q1

Prototype

Personal Project

Weekend hack to see if mdBook preprocessors could render interactive timelines. Hand-crafted HTML injected via a simple regex replace.

PrototypeExperiment

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.