mark-when / markwhen
Make a cascading timeline from markdown-like text. Supports simple American/European date styles, ISO8601, images, links, locations, and more.
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing mark-when/markwhen in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewMarkwhen is alive and well, just not in this repository Markwhen's components have been separated and live in other repositories under the mark-when organization. The web app (the editor) is the only thing that isn't open source. Everything else (including the timeline itself and the vs code extension) is - check out the links below and the diagram of repositories image. Markwhen Markwhen is an interactive text-to-timeline tool. Write markdown-ish text and it gets converted into a nice looking cascading timeline. Use the editor here. This repo is for the view container, not the editor. The editor (markwhen.com) and VSCode extension are built on top of the view container. The view container renders different views, like the timeline and the calendar. It is possible to create your own views using the view client library. | Links | | | ----------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | | Editor | https://markwhen.com | | VSCode extension | https://marketplace.visualstudio.com/items?itemName=Markwhen.markwhen | | Documentation | https://docs.markwhen.com | | Blog | https://blog.markwhen.com | | Parser | https://github.com/mark-when/parser | | Timeline View | https://github.com/mark-when/timeline | | Calendar View | https://github.com/mark-when/calendar | | Resume View | https://github.com/mark-when/resume | | View Client Library (for making your own views) | https://github.com/mark-when/view-client | | Vue view template | https://github.com/mark-when/vue-view-template | Get updated If you'd like to be kept up-to-date about markwhen's feature development, add your email here. VSCode Extension Get the VSCode extension here. To switch between the text editor and the timeline view, select from the command palette and choose . Self-hosted views **⚠️ Note that if you intend to run markwhen locally you may also want to host views locally ⚠️** The default view is hosted from https://timeline.markwhen.com. You may want to run your own local instance of the timeline (or other view) and update accordingly: Quick start View container: (Optional) Run the timeline view locally: (Optional) Update : The renderer renders whatever is given to the . To enable editing from the timeline view, set to : Dockerized This should build a _development_ image from the Dockerfile and run it on port . Once running, it should be available at http://localhost:8080 Documentation Documentation is located here.