quantum-sheet
quantum-sheet copied to clipboard
QuantumSheet - A user friendly mathematics worksheet and solver
This issue is mostly to document which other interesting math editors are out there. Feel free to suggest or add more! **Website** - [Mathlive](https://github.com/arnog/mathlive) - [Mathquill](https://github.com/mathquill/mathquill) - [WolframAlpha](https://wolframalpha.com/) - [MathCha](https://www.mathcha.io/)...
Future optimizations would be knowing all the different Python functions that can get called and having "callbacks" for them instead of using [`pyodide.runPython`](https://pyodide.readthedocs.io/en/latest/api_reference.html#pyodide-eval-code-code-ns). Basically, executing actual functions instead of eval-ing...
I would really love to develop this project much further and am looking for collaborators. If you want to give it a shot, just respond to this issue. Discord server:...
https://github.com/daybrush/moveable is an interesting library
The text input thingy should support - formatting - hyperlinks - contenteditable and browser spell-checking - multiple instances - undo/redo history
The mathematics input should support the following features - [x] Assignment - [x] Solve Arrow - [ ] Multiple lines (`3+4\xrightarrow{\begin{equation}cat \\ neko \\ lol\end{equation}}7`) - Matrix - Vectors -...
If we want to run user-supplied code, we have a few different options to explore - Properly sandboxed WebAssembly (with strict memory and CPU limits) - Running code in an...
https://graspablemath.com/learn/canvas-basics is pretty cute
Ideally it would be possible to use QuantumSheet to take or write notes in realtime. I just saw some post about someone doing so with very different tools, but the...
Or even real time collaboration: https://github.com/yousefed/SyncedStore which is based on https://github.com/yjs/yjs _Originally posted by @phcreery in https://github.com/stefnotch/quantum-sheet/issues/41#issuecomment-989100839_