Every digital math tool, at least for me, has been significantly worse than just pen and paper. LaTeX is far too slow, and most WYSIWYG editors are lacking features.
Scratchpad is my solution to this. You type shortcuts, and they render in real time inline using MathQuill. Stuff that I've added:
- Greek letters, lower and uppercase - Matrices (super clunky in every other editor I've tried!) - Accents like vector arrows and derivative dots - Tons of other useful symbols (set notation, gradients, plusminus, partial derivatives)
In my experience using it while in development, it's been substantially faster than pen and paper. There's a bit of a learning curve with the shortcuts, but I tried to make it as intuitive as possible.
The whole thing is on one index.html file, just open it and start writing. I would really appreciate any notes, especially from anyone who has experience with digital math notes. Thanks!
coreyp_1•1h ago
Editing to give more context:
I'm on an ultrawide and didn't see the help at the top right corner.
But, now I'm thinking: "OK, I typed something... what do I do with it?" Is the intent to copy/paste it somewhere? Take a screenshot? Does it convert to a less-savory format (e.g., latex)? Just looking for some directions.
By the way... congrats on shipping a project!
maxtobiasen•1h ago