Skip to main content

Command Palette

Search for a command to run...

Introducing Latinum - A small LaTeX equation editor

A small latex editor without the ads or accounts

Updated
1 min read
Introducing Latinum - A small LaTeX equation editor
D

contact@korff.dev

I often needed a quick way to write and export LaTeX equations to png, but most of the sites out there are filled with ads, pop-ups, or require an account. I just wanted a text box and a way to export.

Apparently that was too much to ask, so I made my own.

Try it: latinum.korff.dev
Code: github.com/addelec/latinum

Features

  • PWA support: You can “install” it and use it offline

  • Web Share support: You can share the editor link directly

  • Clipboard fallback on Firefox: Firefox somehow still doesn’t properly support the Web Share API, so there I resort to copying the link to the clipboard

  • No ads and no accounts: It’s literally just a text input and a couple of buttons

And that’s it.

I was annoyed that this didn’t exist, so I made it. If you have ideas or find bugs, feel free to open an issue on GitHub.