I have published a markwhen cli that you can use to generate markwhen views (single html files) from the command line 🤯.
Parse markwhen document and output json:
mw mymarkwhenfile.mw timeline.html
-> outputs timeline.html (timeline+gantt view)
mw ThingsToDo.mw ThingsToDo-calendar.html
-> outputs ThingsToDo-calendar.html (calendar view - inferred from the filename)
Comments