Live data from Hacker News

Ask HN: Which tool do you use to create beautiful diagrams?

news.ycombinator.com

141–150 of 218 posts

Re: Ask HN: Which tool do you use to create beautiful diagrams?

#142

I use Monodraw[1] on my Mac, I really like it because it's ascii rather than image or vector based which makes including the diagrams in markdown really easy. It also has a really simple UI that allows me to quickly map out my thoughts so I use it for a lot of things. 1. https://monodraw.helftone.com/

I’m also a happy Monodraw user.

I felt sad to hear a few months ago that they are stopping its development [1].

That being said, the software —in its current version— works very well.

[1] https://blog.helftone.com/monodraw-maintenance-mode/

Re: Ask HN: Which tool do you use to create beautiful diagrams?

#147

http://plantuml.com I've been doing a lot of flow diagrams and PlantUML has been invaluable. I specifically like it because sharing the flow means sharing some text, which itself is vaguely human-readable. There's an online renderer (bottom of the page in the above link), which means simple diagrams are also quick to create and view. It's got a few different modes that it understands but I'd definitely add it to the…

I too use PlantUML a lot.

My only complaint is that you can't manipulate layout directly. You can do some hacks like invisible directional arrows, but ultimately any change you make risks turning your beautiful diagram into complete spaghetti.

I wish there was a tool combining plaintext description with explicit layouting.

Re: Ask HN: Which tool do you use to create beautiful diagrams?

#148
For beautiful, always Illustrator. Haven't found anything else that gives me the level of control I need (unfortunately, since I really don't like Adobe).

For quick & dirty, always Google Slides/Drawings (same engine), since it's free, in the cloud, works anywhere, and collaborates with anyone.

Re: Ask HN: Which tool do you use to create beautiful diagrams?

#150

http://plantuml.com I've been doing a lot of flow diagrams and PlantUML has been invaluable. I specifically like it because sharing the flow means sharing some text, which itself is vaguely human-readable. There's an online renderer (bottom of the page in the above link), which means simple diagrams are also quick to create and view. It's got a few different modes that it understands but I'd definitely add it to the…

The best thing about plant is that you don't draw things out. you describe them. I actually feel like this is the way we SHOULD do diagrams so that we have flexibility to re-do them. I wish that Markdown would include plantUML natively.
Post reply on HN