tgrosinger / md-advanced-tables

A text editor independent library to enable formatting and Excel-style navigation, and spreadsheet formulas to Markdown tables.
MIT License
151 stars 30 forks source link

Add duration support #75

Closed alanvgreen closed 10 months ago

alanvgreen commented 10 months ago

Hi! This is an implementation of a time of day / duration data type, somewhat similar to what was requested in #45.

It uses formatting directive ';hm' for hours and minutes. Org mode uses ';u'. ';hm' seems better to me because it matches ';dt', but I'd be happy enough with either ';hm' or ';u'.

tgrosinger commented 10 months ago

This is great, thank you!

alanvgreen commented 8 months ago

Thank you for such a helpful plugin - I learned quite a lot from reading your code :D