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: Allow specifying key dates that show vertical bar like "now" bar #126

Closed felixr closed 1 year ago

felixr commented 1 year ago

Especially in project planning you might have key dates that you want to highlight and e.g. identify tasks that run past that date. For this it would be nice to be able to specify dates that are represented as vertical bars similarly to the now bar that shows where we are at today.

Here a very crude mock of what I have in mind: 2023-06-19_13-00

Note this is possibly somewhat related to #24 if you want to be able to use the key dates in the specification of tasks.


Also want to say that markwhen is really beautifully made and a joy to use. Great work!

kochrt commented 1 year ago

Apparently I haven't (yet) documented this anywhere (I thought I did) but if you make an event and add the #era or #milestone tag it will add a vertical bar like you're describing.

felixr commented 1 year ago

Neat! Can confirm that this works. Thank you!

2023-06-19_14-50