Show HN: Programmatically Generate Diagrams for GitHub Readmes
1–10 of 19 posts
Re: Show HN: Programmatically Generate Diagrams for GitHub Readmes
#2We've been using Plectica[1] for these sorts of diagrams and finding it to be pretty great. Not sure if they support export to svg out of the box yet though.
Re: Show HN: Programmatically Generate Diagrams for GitHub Readmes
#3That is a clever method for embedding, and I like the minimal syntax. We've been using Plectica[1] for these sorts of diagrams and finding it to be pretty great. Not sure if they support export to svg out of the box yet though. [1]: https://plectica.com/welcome/technologists
Re: Show HN: Programmatically Generate Diagrams for GitHub Readmes
#4Demo diagrams with syntax examples -- see the final one for an example document that I want to render for my team's devops pipeline:
Re: Show HN: Programmatically Generate Diagrams for GitHub Readmes
#5Great work! Would you be interested in adding capabilities for PlantUML? The syntax is very similar. If so, I'll donate $50 to you or your favorite charity. Demo diagrams with syntax examples -- see the final one for an example document that I want to render for my team's devops pipeline: https://github.com/joelparkerhenderson/demo_plantuml/
Re: Show HN: Programmatically Generate Diagrams for GitHub Readmes
#6I've always automated my Markdeep[1] documentation's inline PlantUML diagrams with a few scripts here and there (simply looks for .puml files, exports PNG and SVG and hosts everything on a static site), but I've never imagined using a service for supplying the generated output. I want to bounce off this idea somehow.
Re: Show HN: Programmatically Generate Diagrams for GitHub Readmes
#7Re: Show HN: Programmatically Generate Diagrams for GitHub Readmes
#8Re: Show HN: Programmatically Generate Diagrams for GitHub Readmes
#9That is a clever method for embedding, and I like the minimal syntax. We've been using Plectica[1] for these sorts of diagrams and finding it to be pretty great. Not sure if they support export to svg out of the box yet though. [1]: https://plectica.com/welcome/technologists
Ah, that's a neat tool! I've actually been kind of looking for something like this for work. Thanks for sharing.