Hacker News new | ask | show | jobs
by smartmic 604 days ago
Another gem in my graphics toolbox is edraw [1], an embedded vector drawing tool for Emacs. I use it to make quick sketches in Orgmode files, and it is highly recommended for any Emacs enthusiast.

[1] https://github.com/misohena/el-easydraw

1 comments

That is truly impressive. I have a hunch though, that it is not well suitable for proper diagrams, due to all the things like wrapping text that is too long for a line inside a shape, inside the shape onto more lines. Dynamically wrapping text when a node's size changes. Moving edges when nodes are moved. All those things one takes for granted in an actual diagramming tool.