Skip to content

atyrode/markwhen_view

 
 

Repository files navigation

Markwhen is an interactive text-to-timeline tool. Write markdown-ish text and it gets converted into a nice looking cascading timeline.

This repo is for the view container, not the timeline.

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.

Quick start

View container:

> git clone [email protected]:atyrode/markwhen_view.git
> cd markwhen_view
> npm i
> npm run dev

Timeline view:

> git clone [email protected]:atyrode/markwhen_timeline.git
> cd markwhen_timeline
> npm i
> npm run dev

Documentation

Documentation is located here.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.7%
  • TypeScript 18.8%
  • Vue 18.2%
  • Other 0.3%