
Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX
The show story
TikZ is a widely-used LaTeX package for drawing figures in papers. It uses commands like \draw[->] (0,0) -- (1,2); to draw lines, shapes, text, etc.
Why this counts
Academics usually code up their figures by hand, so there is lots of twiddling around with the coordinates and recompiling until things look nice. I guess it’s a bit like SVG, but it’s more code than markup, for example it has loops with \foreach.
What precedes this
I built an open-source WYSIWYG TikZ editor (available for web and desktop) that allows you to edit your TikZ source code visually by dragging and resizing elements
Where this fits in Signal Ledger
Related coverage from the Technology desk.
The lens
I guess it’s a bit like SVG, but it’s more code than markup, for example it has loops with \foreach. I’m not aware of any other editors that are simultaneously source editors and WYSIWYG (even for editing SVG or HTML), and I’m quite pleased with how well the combination works.
Source note
Hacker News reporting: https://tikz.dev/editor/