Hacker News new | ask | show | jobs
by whyfor_butToBe 1061 days ago
MermaidJS is a markdown diagram tool with a huge variety of options including Gantt charts. Might be worth a look as well!

I’m on mobile otherwise I’d link to the Gantt directly

You can find it in the docs here I believe:

https://mermaid.js.org/

1 comments

I vouched for this because while it does not relate to using markdown to create gantt & timeline charts, it does relate to using code to create said charts and is therefore IMHO a relevant comparable tool.

See https://mermaid.js.org/syntax/gantt.html and https://mermaid.js.org/syntax/timeline.html

Having said that, it's late tonight but I plan to give this markwhen a good look tomorrow when I'm fresh, because even being aware of the above options, I've not found an offline friendly code-to-timeline tool I can settle on and this may be it.

PlantUML does Gantt charts too completely off line if you want. Kinda ugly but surprisingly powerful. I have managed whole giant projects this way.
Thanks for the idea, I hadn't considered checking if PlantUML could do that...that's what I get for pidgeon-holing that tool for hierarchical state machines I guess.