Live data from Hacker News

Show HN: Markwhen: Markdown for Timelines

app.markwhen.com

11–20 of 60 posts

Re: Show HN: Markwhen: Markdown for Timelines

#17
post #8

Really nice project! Thanks for sharing with us! Having structured timekeeping capability in plain text (due dates/deadlines, work estimates, time tracking) is also a core feature of org-mode. Do you have a sense for how your approach compares?

I haven't used org mode. I should probably look into it. If you know how it compares, though, I'm all ears. Always looking to improve.

Re: Show HN: Markwhen: Markdown for Timelines

#19
post #14

The pricing structure I'm going for is offline == free, online/collaborate == paid. There's a promo code on the most recent blog entry ( https://blog.markwhen.com ) for those who are interested

This is neat! I've been following it for a few months.

Would my app be able to generate a Markwhen file and then embed the viewer to view it? Would that be free or paid?

Re: Show HN: Markwhen: Markdown for Timelines

#20
post #19
post #14

The pricing structure I'm going for is offline == free, online/collaborate == paid. There's a promo code on the most recent blog entry ( https://blog.markwhen.com ) for those who are interested

This is neat! I've been following it for a few months. Would my app be able to generate a Markwhen file and then embed the viewer to view it? Would that be free or paid?

The viewer is open source[0], so yeah you can embed it in an iframe (that's what the editor does), and just `postMessage` the parsed markwhen and some additional state to it. The structure of the posted data is here[1]. I'm happy to help, rob@markwhen.com or I'm in the markwhen discord[2]

[0] https://github.com/mark-when/timeline

[1] https://github.com/mark-when/view-client/blob/9eddc1a2cf79b4...

[2] https://discord.gg/3rTpUD94ac

Post reply on HN