This repository provides the core view container for Markwhen, converting markdown-like text into interactive timelines and calendars.
Acting as Markwhen's view container, this project renders various visualizations like cascading timelines and calendars from simple markdown-like text. It processes input supporting American/European dates, ISO8601, images, and locations. While the main web editor is separate, developers can extend this container with custom views using the provided `view-client-library` to display Markwhen content.
This repository provides the core view container for Markwhen, converting markdown-like text into interactive timelines and calendars.
Developers needing to display structured timeline or calendar data from markdown-like text, or those looking to integrate Markwhen's core rendering functionality into their own applications.