Show HN: Programmatically Generate Diagrams for GitHub Readmes
11–19 of 19 posts
Re: Show HN: Programmatically Generate Diagrams for GitHub Readmes
#12https://camo.githubusercontent.com/461a806ab46b5db76dcb02048...
Re: Show HN: Programmatically Generate Diagrams for GitHub Readmes
#13FWIW Gitlab already renders Mermaid natively, and it's totally client-side (done in the browser) which means there's no rendering server to install, no image to host differently is each branch, etc. Cf https://docs.gitlab.com/ee/user/markdown.html#mermaid
Re: Show HN: Programmatically Generate Diagrams for GitHub Readmes
#14FWIW Gitlab already renders Mermaid natively, and it's totally client-side (done in the browser) which means there's no rendering server to install, no image to host differently is each branch, etc. Cf https://docs.gitlab.com/ee/user/markdown.html#mermaid
Wow, thanks for this! I had no idea, this is extremely useful.
Re: Show HN: Programmatically Generate Diagrams for GitHub Readmes
#15PlantUML is a major pain. I didn't know about Mermaid at the time.
Latex has a ton of code for building better charts but they're all very very low level.
What's needed is a higher level abstraction here.
It should be possible to have much higher level charts without having to be a latex god.
Re: Show HN: Programmatically Generate Diagrams for GitHub Readmes
#16Re: Show HN: Programmatically Generate Diagrams for GitHub Readmes
#17mermaid-filter is also a great part in the tool-chain, especially with pandoc.
Re: Show HN: Programmatically Generate Diagrams for GitHub Readmes
#18Question : how does the local embed link translate into an asset uploaded to github user content? https://camo.githubusercontent.com/461a806ab46b5db76dcb02048...