
I built my own equation editor around a slightly different workflow — what is it missing?
I’ve been working on my own browser-based equation editor, designed primarily for desktop use.
I’m obviously not claiming that equation editors are a new idea, there are already plenty of good ones. My goal was to build my own version around a simple workflow: create an equation quickly, then move it into whatever application or format you actually need.
A few things I thought could be useful:
- You can search for individual mathematical symbols, but also for complete equation templates. For example, instead of building a quadratic formula, Fourier transform or Taylor series from scratch, you can search for it and insert an editable version directly.
- Once the equation is ready, you can copy it as plain text, Unicode, LaTeX or MathML, export it as SVG or PNG, or generate a link to share it with someone.
- Everything is saved locally without requiring an account, and there’s an accessible history in case you want to reopen or reuse an equation you created earlier.
Here is the editor:
https://mathematicalkeyboard.com/equation-editor/
I’d be really curious to know what you currently use and what still feels frustrating or unnecessarily slow in your workflow.
And if you have any ideas for features, templates or export options that would make it more useful, I’d really love to hear them. I’m still actively improving it, and it would be great to build some of the ideas suggested here.