99% sure this is not what you're asking for, but I think it's worth mentioning monodraw: https://monodraw.helftone.com It's really useful for embedding diagrams in your code. Not so much for uses outside of code though.
Ask HN: What do you use to create diagrams?
11–20 of 83 posts
This looks so much fun, thanks for sharing.
Re: Ask HN: What do you use to create diagrams?
#12FigJam by Figma
Re: Ask HN: What do you use to create diagrams?
#13Lucidchart has worked well for me in the past, with built in AWS icon packs.
Seconded, very comprehensive paid tool that's been around for a while and works very well.
Re: Ask HN: What do you use to create diagrams?
#14Occasionally it can be hard to wrestle with but my go-to is PlantUML, which has a simple syntax and for better or for worse doesn't support many formatting options, so I can't get distracted tweaking the specifics of the layout
Re: Ask HN: What do you use to create diagrams?
#15Powerpoint
Powerpoint is also my go to. It just feels more natural and I prefer editing locally, not in web browser.
Re: Ask HN: What do you use to create diagrams?
#16tldraw.com
Re: Ask HN: What do you use to create diagrams?
#17draw.io
[dead]
Re: Ask HN: What do you use to create diagrams?
#18Graphviz! The syntax is kind of absurd, but it produces some beautiful results and can be version controlled.
Definitely a personal fan of Graphviz as well! One thing I'm curious about are usecases that require version-controlled diagram sources. Do you guys have e.g. a build step that updates the rendered version somewhere? Or Confluence integration, etc?
Re: Ask HN: What do you use to create diagrams?
#19Semi, aside, but I'm desperate for a better way to make math diagrams (WYSIWYG style, not TeX). I asked about this a while ago and nothing is really doing it for me: https://news.ycombinator.com/item?id=38351370. Although since then I have heard about https://penrose.cs.cmu.edu/ as well. Right now I use Excalidraw because there's a fork (never landed... ugh) which supports TeX in labels. But its actual drawing tools are quite limited, not to mention janky. There are some other options not mentioned in that thread which I've found in since then, but I still haven't seen anything satisfactory.
If you made math stuff easy to draw I'd use your tool in a heartbeat. Unfortunately there's probably not a large market for that sort of thing.
Re: Ask HN: What do you use to create diagrams?
#2099% sure this is not what you're asking for, but I think it's worth mentioning monodraw: https://monodraw.helftone.com It's really useful for embedding diagrams in your code. Not so much for uses outside of code though.
Hey, I got some good use out of Emacs artist-mode for a while - so I love seeing ideas like this! Thanks for linking that, hadn't seen it before.