Anyone familiar with PlantUML[1]? That's been my goto for declarative text-based diagramming. I've always thought "there really could be a better tool," but I've never found anything better than PlantUML. I don't think YUML is going to be my answer, though -- it's paid and doesn't seem to be a local tool, but rather a SaaS model. This product feels like it should be a local compile-into-image workflow. But that's pro…
YUML – Easy Embeddable Diagrams
21–30 of 58 posts
Re: YUML – Easy Embeddable Diagrams
#22Re: YUML – Easy Embeddable Diagrams
#23Re: YUML – Easy Embeddable Diagrams
#24Not exactly for the same purpose, but anyone knows about Graphviz [1]? Super expressive and you can visualize online in viz.js [2]. [1] https://www.graphviz.org/ [2] http://viz-js.com/
Graphviz is one of the things that I make sure is installed when I get a new computer, along with PlatUML (also mentioned).
Re: YUML – Easy Embeddable Diagrams
#25Anyone familiar with PlantUML[1]? That's been my goto for declarative text-based diagramming. I've always thought "there really could be a better tool," but I've never found anything better than PlantUML. I don't think YUML is going to be my answer, though -- it's paid and doesn't seem to be a local tool, but rather a SaaS model. This product feels like it should be a local compile-into-image workflow. But that's pro…
Honestly you're right. I'm not inclined to give the time of day to yet another SaaS project that should have been a command-line tool
I've no issues with paying for a SaaS but it has to provide value and this for me doesn't.
Re: YUML – Easy Embeddable Diagrams
#26Anyone familiar with PlantUML[1]? That's been my goto for declarative text-based diagramming. I've always thought "there really could be a better tool," but I've never found anything better than PlantUML. I don't think YUML is going to be my answer, though -- it's paid and doesn't seem to be a local tool, but rather a SaaS model. This product feels like it should be a local compile-into-image workflow. But that's pro…
I haven't personally used it so far, but check out mermaid[1] which I bookmarked from a HN[2] discussion [1] https://mermaidjs.github.io/ [2] https://news.ycombinator.com/item?id=16889181
Re: YUML – Easy Embeddable Diagrams
#27Anyone familiar with PlantUML[1]? That's been my goto for declarative text-based diagramming. I've always thought "there really could be a better tool," but I've never found anything better than PlantUML. I don't think YUML is going to be my answer, though -- it's paid and doesn't seem to be a local tool, but rather a SaaS model. This product feels like it should be a local compile-into-image workflow. But that's pro…
Re: YUML – Easy Embeddable Diagrams
#28Re: YUML – Easy Embeddable Diagrams
#29Earlier quoted context omitted.
Graphviz is one of the things that I make sure is installed when I get a new computer, along with PlatUML (also mentioned).
Don't buy a Mac then. Apple managed to break the build on the latest version.
It's a command line tool so someone interested enough can package it up as a docker container and provide a simple wrapper script that would mostly work in-place.