Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX
11–20 of 88 posts
Re: Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX
#12Re: Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX
#13At some point the people who seethe with hate for AI, and claim it's all hallucinations and illegitimate hype, are going to have to admit they were wrong. Projects like this are the proof staring them right in the face, if they care to look.
Re: Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX
#14Re: Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX
#15The world thanks you.
Re: Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX
#16Re: Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX
#17Re: Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX
#18Great job! Thank you for making it open source. At some point the people who seethe with hate for AI, and claim it's all hallucinations and illegitimate hype, are going to have to admit they were wrong. Projects like this are the proof staring them right in the face, if they care to look.
(Not on HN but I do still see some folks who last tested LLMs before Nov ‘25, those folks might still be mostly out of touch.)
Re: Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX
#19Re: Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX
#20Here's what I would need: the ability to position five nodes in a circular fashion, so that they are evenly spaced.
\foreach \i in {1,...,5} {
\node[circle, draw] (n\i) at ({90 - 72*(\i-1)}:1cm) {$\i$};
}
but I'm not sure how to expose that as a UI in a nice way (maybe: if something uses polar coordinates and the user holds shift, then during drag the radius stays fixed, and I nudge towards even angular spacing + multiples of 15 degrees?)