jupyter-book / mystmd

Command line tools for working with MyST Markdown.
https://mystmd.org/guide
MIT License
219 stars 64 forks source link

Consider adding a Time role #1568

Open rowanc1 opened 1 month ago

rowanc1 commented 1 month ago

Which can be customized to show the time in the users timezone.

For example:

The event is at {time}`Nov 5, 15:35 <UTC+1>`, etc. 

Not quite sure what the general syntax of the role is, and very much looking forward to inline properties in the future.

choldgraf commented 1 month ago

This would be useful for communities that want to state times for meetings in their documentation. For example "The CryoCloud community meeting is every Monday at 2pm (eastern)". I think a challenge is going to be dealing with all the timey wimey edge cases but I can definitely see the value.