remark
ing
Social media with text files - like twitter but by writing
markwhen
.
Learn more
.
Login / Sign up
Home
Search
Documentation
Login
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 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
re.markwhen.com
is a way to blog using a single markwhen file
What's next
Updating the VS code extension, maybe obsidian work
Cheers
Comments
Drop files here