Published on

Markwhen CLI

Authors

I have published a markwhen cli that you can use to generate markwhen views (single html files) from the command line 🤯.

Installation

sh
npm i -g @markwhen/mw

Parse markwhen document and output json:

sh
mw project.mw
# -> outputs timeline.mw.json

Render a timeline view:

sh
mw my_markwhen_file.mw timeline.html
# -> outputs timeline.html (timeline+gantt view)

Render a calendar view:

sh
mw ThingsToDo.mw ThingsToDo-calendar.html
# -> outputs ThingsToDo-calendar.html (calendar view - inferred from the filename)

See this issue for more information.

Other updates

What's next

  • Updating the VS code extension, maybe obsidian work