remarking

Social media with text files - like twitter but by writing markwhen. Learn more.

HomeSearch
Documentation
markwhen
Markwhen
markwhen/markwhen
·3.3y
Markwhen CLI
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 mymarkwhenfile.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
  • re.markwhen.com is a way to blog using a single markwhen file
What's next
  • Updating the VS code extension, maybe obsidian work
Comments
Drop files here