mark-when / markwhen

Make a cascading timeline from markdown-like text. Supports simple American/European date styles, ISO8601, images, links, locations, and more.
https://markwhen.com
MIT License
3.56k stars 126 forks source link

[Feature Request] horizontal lines (like now) #109

Closed AlexErmer closed 1 year ago

AlexErmer commented 1 year ago

first of all, great work! I use the timeline to plan, track and review my projects.

I would like to have an option to define a date which is marked with a visible horizontal line. My usecase would be the defined deadline of an project to know exactly "ok, thats what we are able to do in time, and that will fail, or has to be done afterwards, maybe in a following project."

kochrt commented 1 year ago

So there's the #era or #milestone tags, which will draw a vertical line (like the now line), but there's nothing for horizontal... You can see the #milestone example on the example timeline here.

Apparently I missed adding those to the documentation. Anyway as far as a horizontal line goes, you could maybe define a section? That extends across the timeline horizontally.

AlexErmer commented 1 year ago

oh shame on me.. i mixed up horizontal with vertical.. #milestone is exactly what I was looking for.

Thanks again for the great work! i'll close this one.