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 my_markwhen_file.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)
See this issue for more information.
- Resume view
- re.markwhen.com is a way to blog using a single markwhen file
- Updating the VS code extension, maybe obsidian work
Comments