Timeline

Chronological events displayed along a vertical timeline


Timeline

Timelines display chronological events along a vertical line. Useful for changelogs, project history, and roadmaps.

Basic Usage

2023

Initial Release

Launched with basic course management, markdown rendering, and file-based content.

2024

Major Update

Added 23 CommonMark extensions, admin panel, search, and syntax highlighting.

Key features:

  • Server-side Phiki highlighting
  • Full-text search with BM25 ranking
  • Plugin system
2025

Theme & Grammar Management

  • Theme gallery with import/export
  • Custom grammar support
  • Code settings admin page
  • Fullscreen plugin

Syntax:

:::timeline
== Date or Label
Content for this event.

== Another Date
More content with **markdown** support.
:::
Markdown

Short Timeline

Step 1

Clone the repository

Step 2

Install dependencies

Step 3

Start the development server

Step 4

Open your browser

Best Practices

  • Use consistent date/label formatting across entries
  • Put the most recent event first or last, but be consistent
  • Keep each entry focused --- use paragraphs and lists for detail
  • Works well for changelogs, project history, and roadmaps