Enter your email below, and we'll notify you when you can create an account and be one of our early adopters.
In the meantime, feel free to play around with and use ObviousPanda to its fullest extent.
Version (1.0.4) - March 31, 2025
Lots of Bug Fixes
Fixed the automatic new line for proofs to appear immediately
Added a copy feature
Fixed "function keys" like AudioVolumeUp, MediaPlayerMute, and F12 to do default activity in equation mode
Insert equations by just typing a trigger (^, +, _) inserts at the location of event
Cursor shouldn't get stuck in equations on refresh
Version (1.0.3) - March 30, 2025
Caching is causing updating problems.
Implemented cache-busting. Used [contenthash] in my webpack and created a manifest with WebpackManifestPlugin to map one name to the most recent hash. That way I do less editing of the file and it works automatically.
Version (1.0.2) - March 29, 2025
To improve user experience by reducing/introducing choices.
Added automatic typing, just start typing an equation and boom all the interface works.
Improve the landing page to be catchier and easier to use
Added 'close enough' clicking to make it easier to click where you want
Added Releases.html to have people review changes
Bugs
\mathbb{N} is added to the rendered library.
Fixed on reload: the cursor goes where you want
Version (1.0.1) - March 11, 2025
To improve user experience by reducing/introducing choices.
Added landing page that demo-ed how to use the site.
Added default row when users hit Create New.
Reduce Buttons on the Nav Bar.
A clickable Name Icon of ObviousPanda for users return to landing page.
Bugs
Fixed bug where hotkeys would get added to random parts of the DOM.