- Published on
Markwhen CLI
- Authors
- Name
- Rob Koch
- @rob__koch
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
- yaml frontmatter support
- Resume view
- post.mw is a way to blog using a single markwhen file
What's next
- Updating the VS code extension, maybe obsidian work